sorry, I choicee wrong plugin, pls delete my entry
Hi,
I have the same problem, I use Elementor and it leaves its tags in the description in Google Merchant. Example
/*! elementor – v3.14.0 – 18-06-2023 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title [class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font- size:15px}.elementor-widget-heading
I would like to remove it somehow. I’m trying to use the code
add_filter( ‘woocommerce_gla_use_short_description’, ‘__return_true’ );
After pasting it into PHP functions, it doesn’t do anything. Should I put this code somewhere else, e.g. in the Google Listings & Ads plugin code?