Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AshlinRejo/feebcaf3617f286a9c1392ef70e7671d to your computer and use it in GitHub Desktop.
Save AshlinRejo/feebcaf3617f286a9c1392ef70e7671d to your computer and use it in GitHub Desktop.
Woo Email Customizer: load template css aswell
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