NF_PUM::__construct()


Description Description


Source Source

File: includes/integrations/class-pum-ninja-forms.php

	public function __construct() {
		$this->register_actions();
		add_filter( 'pum_registered_cookies', array( $this, 'register_cookies' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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