AC_CONTACT_TAG_ADDED::prepare_to_run( $data )
Validation function when the trigger action is hit
Contents
Parameters Parameters
- $user_id
-
(Required)
- $key
-
(Required)
- $user
-
(Required)
Source Source
File: src/integrations/active-campaign/triggers/ac-contact-tag-added.php
public function prepare_to_run( $data ) { $this->set_conditional_trigger( true ); }
Expand full source code Collapse full source code View on Github