Created
November 19, 2018 08:30
-
-
Save AshlinRejo/da6ea496a1eed979db77804d86b1752a to your computer and use it in GitHub Desktop.
Woo Email Customizer: Auto fix empty tag (< div> issue)
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_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