Created
October 12, 2018 07:41
-
-
Save AshlinRejo/feebcaf3617f286a9c1392ef70e7671d to your computer and use it in GitHub Desktop.
Woo Email Customizer: load template css aswell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(!function_exists('woo_email_customizer_load_css_from_template_method')){ | |
function woo_email_customizer_load_css_from_template_method($load_css_from_theme){ | |
return true; | |
} | |
} | |
add_filter('woo_email_customizer_load_css_from_template', 'woo_email_customizer_load_css_from_template_method', 10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment