Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AshlinRejo/da6ea496a1eed979db77804d86b1752a to your computer and use it in GitHub Desktop.
Save AshlinRejo/da6ea496a1eed979db77804d86b1752a to your computer and use it in GitHub Desktop.
Woo Email Customizer: Auto fix empty tag (< div> issue)
if(!function_exists('woo_email_customizer_auto_fix_empty_tags_method')){
function woo_email_customizer_auto_fix_empty_tags_method($auto_fix_empty_tags){
return true;
}
}
add_filter('woo_email_customizer_auto_fix_empty_tags', 'woo_email_customizer_auto_fix_empty_tags_method', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment