remove title tag on particular page

#724064
  • Resolved Vito Santimone
    Rank Math free

    Hi, I need to remove the TITLE tag from some particular pages via PHP, could you point me to a function or a hook?

    I tried this but it doesn’t work

    add_filter( ‘rank_math/frontend/title’, function( $title ) {
    return $title;
    });

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The ticket ‘remove title tag on particular page’ is closed to new replies.