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