• Resolved ylfdth

    (@ylfdth)


    Hi there,

    I’m using Elementor on my website. I created a plugin and for translation purpose I deactivated the ‘wptexturize’ function on my whole WP by removing filters:

    remove_filter('the_content', 'wptexturize');
    remove_filter('the_title', 'wptexturize');
    remove_filter('the_excerpt', 'wptexturize');

    But for some reason, Elementor still uses this function and every post managed by Elementor replaces stright quotes by curly quotes, so the translations don’t work. How can I remove the filters for Elementor?

    Thanks,
    Have a nice day,

    Yvan

    • This topic was modified 2 years, 8 months ago by ylfdth.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Remove filter ‘wptexturize’’ is closed to new replies.