Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* fix for WooCommerce/Post category description - allow html tags by fahimm.com */
- 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' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement