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
AUTONAMI_USER_TAG_ADDED::trigger_conditions( $args )
Check list ID against the trigger meta
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
- $args
(Required)
Source Source
File: src/integrations/autonami/triggers/autonami-user-tag-added.php
public function trigger_conditions( $args ) { $tag_id = $this->helpers->extract_tag_id_from_args( $args ); $this->do_find_any( true ); // Support "Any tag" option // Find the tag in trigger meta $this->do_find_this( $this->get_trigger_meta() ); $this->do_find_in( $tag_id ); }
Expand full source code Collapse full source code View on Github