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
AUDIENCE_ADDUSERTAG::load_options()
The options_callback method.
Return Return
(void)
Source Source
File: src/integrations/mailchimp/actions/audience-addusertag.php
public function load_options() { return array( 'options_group' => array( $this->action_meta => array( Automator()->helpers->recipe->mailchimp->options->get_all_lists( __( 'Audience', 'uncanny-automator' ), 'MCLIST', array( 'is_ajax' => true, 'target_field' => 'MCLISTTAGS', 'endpoint' => 'select_mctagslist_from_mclist', ) ), Automator()->helpers->recipe->mailchimp->options->get_list_tags( __( 'Tags', 'uncanny-automator' ), 'MCLISTTAGS', array( 'is_ajax' => true, 'token' => true, 'custom_value_description' => esc_html__( 'Enter a tag name. If a matching tag does not exist a new one will be created.', 'uncanny-automator' ), ) ), ), ), ); }
Expand full source code Collapse full source code View on Github