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_trigger_autocomplete( $trigger_autocomplete = true )
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
- $trigger_autocomplete
(Optional)
Default value: true
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-process.php
public function set_trigger_autocomplete( bool $trigger_autocomplete = true ) { $this->trigger_autocomplete = $trigger_autocomplete; }
Expand full source code Collapse full source code View on Github