PUM_Integration_Form_GravityForms::__construct()


Description Description


Source Source

File: classes/Integration/Form/GravityForms.php

	public function __construct() {
		add_action( 'gform_after_submission', array( $this, 'on_success' ), 10, 2 );
	}


Top ↑

User Contributed Notes User Contributed Notes

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