Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830
Trigger_Process::set_recipe_to_match( mixed $recipe_to_match )
Contents
Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830
Parameters Parameters
- $recipe_to_match
(Required)
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-process.php
public function set_recipe_to_match( $recipe_to_match ) { $this->recipe_to_match = $recipe_to_match; }
Expand full source code Collapse full source code View on Github