MAILCHIMP_TOKENS::get_tokens_collection()
Tokens collection.
Source Source
File: src/integrations/mailchimp/tokens/mailchimp-tokens.php
public function get_tokens_collection() { return array( array( 'name' => esc_html__( 'Email', 'uncanny-automator' ), 'id' => 'email', ), ); }
Expand full source code Collapse full source code View on Github