softsdev_mailchimp_enqueue
Add mailchimp enqueue.
Description
softsdev_mailchimp_enqueue();
Usage
if ( !function_exists( 'softsdev_mailchimp_enqueue' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-categories-mailchimp-groups/woocommerce-mailchimp-free.php'; } // NOTICE! Understand what this does before running. $result = softsdev_mailchimp_enqueue();
Defined (1)
The function is defined in the following location(s).
- /woocommerce-mailchimp-free.php
- function softsdev_mailchimp_enqueue() {
- wp_enqueue_style( 'softsdev_mailchimp_enqueue', plugin_dir_url( __FILE__ ) . '/css/style.css' );
- }