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_ignore_post_id( $ignore_post_id )
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
- $ignore_post_id
(Required)
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-process.php
public function set_ignore_post_id( bool $ignore_post_id ) { $this->ignore_post_id = $ignore_post_id; }
Expand full source code Collapse full source code View on Github