Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for reaching us!

    Please, try creating a custom code that should fix the issue by following the below steps:

    1. Create an empty plugin like this: https://gist.github.com/sareiodata/76f701e01db6685829db
    2. Add the following code to the end of it:

    add_action(‘init’, ‘trpc_remove_woo_wrap_variation’, 9999);
    function trpc_remove_woo_wrap_variation(){
    remove_filter( ‘woocommerce_product_variation_title’, ‘trp_woo_wrap_variation’, 8, 4);
    }

    1. Install this plugin via FTP (copy it inside wp-content/plugins) or create a zip archive with it and install it via the WordPress plugin upload functionality

    Let me know if this worked for you!

    Kind Regards,

    Thread Starter krisleenb

    (@krisleenb)

    Hi There, thanks, but it can not work. https://postimg.cc/py5Rr6Q9

    Plugin Support Alex

    (@alexcozmoslabs)

    I set this ticket as Resolved.
    You can also change its status back to unresolved and let us know by replying to this topic if your issue still needs attention.
    Another option is to let this ticket as it is and open a new one where to mention the issue again and ask for support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Illegal string insertion’ is closed to new replies.