AUDIENCE_REMOVEUSERTAG::load_options()
Load options.
Return Return
(void)
Source Source
File: src/integrations/mailchimp/actions/audience-removeusertag.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.', 'uncanny-automator' ), ) ), ), ), ); }
Expand full source code Collapse full source code View on Github