Trigger_Conditions::trigger_conditions( mixed $args )
return empty array() if it’s not a conditional trigger OR no condition are to be matched.
Contents
Description Description
Use it as follows:
See also See also
- Uncanny_AutomatorTrigger_Conditions: do_find_in( $this->get_trigger_meta() );
- Uncanny_AutomatorTrigger_Conditions: do_find_this( $this->get_post_id() );
Parameters Parameters
- $args
-
(Required)
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php
protected function trigger_conditions( ...$args ) { // Placeholder function }
Expand full source code Collapse full source code View on Github