woocommerce_mailchimp_casl_template
The WooCommerce MailChimp CASL woocommerce mailchimp casl template shortcode.
Usage
- // basic usage
- echo do_shortcode('[woocommerce_mailchimp_casl_template]');
- // variable usage
- $result = do_shortcode('[woocommerce_mailchimp_casl_template]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /woocommerce-mailchimp-casl.php
- }
- }
- }
- }
- }
- add_shortcode( 'woocommerce_mailchimp_casl_template', 'mailchimp_casl_template' );
- /***************************************************************/
- function msg_admin_notice() {
- if (!is_mc_casl_plugin()) return;