• Resolved nicoter

    (@nicoter)


    Hi,

    while

    add_filter('seopress_titles_canonical', '__return_false');

    works perfectly fine, I can’t get posts set to noindex with:

    add_filter('seopress_titles_noindex', function( $html ) { return 'noindex'; });

    What am I doing wrong?

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Hook seopress_titles_noindex doesn’t work’ is closed to new replies.