Title: Illegal string insertion
Last modified: May 8, 2023

---

# Illegal string insertion

 *  Resolved [krisleenb](https://wordpress.org/support/users/krisleenb/)
 * (@krisleenb)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-insertion/)
 * Hi, Activating the TranslatePress – Multilingual plugin, a string will be added
   between the product name and the variation on the subscribed list page (myaccount-
   subscriptions) , which is displayed as shown. [https://postimg.cc/XGbMvJ2Y](https://postimg.cc/XGbMvJ2Y)
 * This problem cannot be solved by fixing the database string. [https://postimg.cc/34Cs0T6C](https://postimg.cc/34Cs0T6C)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Anghel Emanuel](https://wordpress.org/support/users/anghelemanuel99/)
 * (@anghelemanuel99)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-insertion/#post-16722115)
 * 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](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);}
    3. 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](https://wordpress.org/support/users/krisleenb/)
 * (@krisleenb)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-insertion/#post-16722681)
 * Hi There, thanks, but it can not work. [https://postimg.cc/py5Rr6Q9](https://postimg.cc/py5Rr6Q9)
 *  Plugin Support [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * (@alexcozmoslabs)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-insertion/#post-16819418)
 * 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.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [Translate Multilingual sites - TranslatePress](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-insertion/#post-16819418)
 * Status: resolved