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 );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.