Triggers::validate()

Method: This function will run for each trigger that is using Trait Triggers; Most of the heavy-lifting > 3.0 will be handled by core instead of each individual trigger. We are still going to allow developers to manipulate values or override in a trigger if required.

Source: src/core/lib/recipe-parts/triggers/trait-triggers.php:76

Used by 0 functions | Uses 0 functions

Triggers::prepare_to_run()

Method: Set values before trigger is processed. For example, setting post id, setting conditional trigger to true etc.

Source: src/core/lib/recipe-parts/triggers/trait-triggers.php:55

Used by 0 functions | Uses 0 functions