PUM_Integration_Form_NinjaForms::__construct()


Description Description


Source Source

File: classes/Integration/Form/NinjaForms.php

	public function __construct() {
		add_action( 'ninja_forms_pre_process', array( $this, 'on_success_v2' ) );
		add_action( 'ninja_forms_after_submission', array( $this, 'on_success_v3' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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