в версии 0.1.0 в файле wp-content/plugins/market-exporter/admin/partials/market-exporter-admin-display.php на строчке номер 107 заменить:
$yml .= ‘ <description>’.htmlspecialchars( html_entity_decode( wp_strip_all_tags( $offer->description ), ENT_COMPAT, “UTF-8” ) ).'</description>’.PHP_EOL;
на:
$yml .= ‘ <description><![CDATA[‘.html_entity_decode( $offer->description, ENT_COMPAT, “UTF-8” ).’]]></description>’.PHP_EOL;
если не поможет, то на
$yml .= ‘ <description>’.wp_strip_all_tags( $offer->description ).'</description>’.PHP_EOL;
но во втором варианте у вас не будет CDATA