PUM_Integration_Form_WPForms::__construct()
Description Description
Source Source
File: classes/Integration/Form/WPForms.php
public function __construct() { add_action( 'wpforms_process_complete', array( $this, 'on_success' ), 10, 4 ); }
Expand full source code Collapse full source code View on Trac