Thread Starter
ylfdth
(@ylfdth)
Fixed by adding this:
add_filter( 'run_wptexturize', '__return_false', 9999 );
Thread Starter
ylfdth
(@ylfdth)
In case someone else faces the same problem, it’s not related to Translatepress but to WP. Simply add this to your functions.php :
remove_filter(‘the_content’, ‘wptexturize’);
remove_filter(‘the_title’, ‘wptexturize’);
remove_filter(‘the_excerpt’, ‘wptexturize’);
Thread Starter
ylfdth
(@ylfdth)
Hi,
Thanks for your answer. Unfortunately I don’t find anything close to “Subscription”. Here is what I got when I’m editing a template: https://ibb.co/3cLPwdR
Regards,
Tvan