html still removed
-
Hi, not sure if I’m failing to see the obvious
I just tried to install this plugin., but WordPress is still sanitizing the category descriptions. I also tried installing it on a completely different WordPress installation, same effect.
I also tried to manually remove via functions.php (I understand your plugin is basically doing this?) and still doesn’t work:
foreach ( array( 'pre_term_description' ) as $filter ) { remove_filter( $filter, 'wp_filter_kses' ); } foreach ( array( 'term_description' ) as $filter ) { remove_filter( $filter, 'wp_kses_data' ); }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘html still removed’ is closed to new replies.