CF7_SUBFORM::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/contact-form7/triggers/cf7-subform.php
public function __construct() { $this->trigger_code = 'CF7SUBFORM'; $this->trigger_meta = 'CF7FORMS'; //add_filter( 'wpcf7_verify_nonce', '__return_true' ); $this->define_trigger(); }
Expand full source code Collapse full source code View on Github