Shortcode and HTML in category description is broken
-
Hi there,
After the update to Woocommerce 3.2.2 the shortcode and HTML input at the category description is broken. At our website we use UX builder shortcodes to show an UX banner in the description. Therefore I needed to add some code to the functions.php: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' ); }
Has one of those filters/arrays changed in the WC 3.2.2 version?
I checked the UX builder banners on a test page (https://www.comfortadvies.nl/test/) and it’s fully working, so I guess the filter has changed.
Oh and all child theme WooCommerce files are updated as is the main theme.
I’m really looking forward for a solution!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Shortcode and HTML in category description is broken’ is closed to new replies.