• Resolved Makabe

    (@makabe)


    Hi,
    I have a question about disable wptexturize in wp_title. I find code below and it works.

    remove_filter('single_post_title', 'wptexturize');
    remove_filter('wp_title', 'wptexturize');

    It’s safe to use this with All in ONE SEO Pack? Maybe there are other solutions to disable default WordPress transformations in wp_title?

    Greetings
    Adrian

    https://www.ads-software.com/plugins/all-in-one-seo-pack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Adrian,

    Yes, this is safe to use. This doesn’t really affect All in One SEO Pack one way or the other. You can also disable it like this:

    add_filter( 'run_wptexturize', '__return_false' );

    Thread Starter Makabe

    (@makabe)

    Great! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable wptexturize in wp_title’ is closed to new replies.