PUM_Integration_Form_ContactForm7::__construct()

Only used to hook in a custom action for non AJAX based submissions.


Description Description

Could be used for other initiations as well where needed.


Source Source

File: classes/Integration/Form/ContactForm7.php

	public function __construct() {
		add_action( 'wpcf7_mail_sent', array( $this, 'on_success' ), 1 );
	}


Top ↑

User Contributed Notes User Contributed Notes

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