Created
June 24, 2015 13:37
-
-
Save georgiecel/7dc83f45adb23c99c1b0 to your computer and use it in GitHub Desktop.
allow HTML in category descriptions in WordPress db – insert into functions.php
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
remove_filter( 'pre_term_description', 'wp_filter_kses' ); | |
remove_filter( 'pre_link_description', 'wp_filter_kses' ); | |
remove_filter( 'pre_link_notes', 'wp_filter_kses' ); | |
remove_filter( 'term_description', 'wp_kses_data' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment