woocommerce / wc-api-php

WooCommerce REST API PHP Library
https://packagist.org/packages/automattic/woocommerce
MIT License
528 stars 160 forks source link

iframe in product description #305

Open ha0rex opened 3 years ago

ha0rex commented 3 years ago

Hey there, my external application syncs products into WC stores via WC API. I'm experiencing issues when the product description contains iframes, such as youtube videos, etc. These iframes are automatically removed from the description. If I edit the description in WP admin, iframes work well, so I assume it's an API related thing. How could I disable this functionality on server or client side? Thanks in advance