Reply 329767 to: Getting Fatal error with WPML one feture

Avatar: Rose Tyler
Rose Tyler
Support staff
July 15, 2022 at 11:36

Yes, you are right
We improved our code on your staging site

add_action('woocommerce_before_template_part', function ($template_name) {
	if ( $template_name == 'loop/loop-start.php' || $template_name == 'loop/sale-flash.php') {
		remove_all_filters('the_content');
	}
}, 10, 1);

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.