Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Tanjir Al Mamun

    (@tanjiralmamun)

    Hi @eleanawebdev,

    After reviewing the Facebook feed channel, I also noticed the issue and have informed our development team for further action. Please note that this issue is unrelated to the one you referenced.

    In the meantime, as a temporary solution, you can add the code below to the woosea_sanitize_html function that is located in the following file path: wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php, as shown in the screenshot: https://snipboard.io/USRkF2.jpg.

    // Replace &amp with &
    $string = str_replace( "&", '&', $string );

    Cheers!

    Thread Starter eldev

    (@eleanawebdev)

    Hello, yes this worked, thank you!

    please note this problem is also for other signs like ” and ‘

    Any status

    ‘ shows as '

    and – as >?

    also the fix does not sanitize: “<g:product_type>”

    • This reply was modified 1 week, 4 days ago by gomedk.
    • This reply was modified 1 week, 4 days ago by gomedk.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.