Removing Rankmath column from cpt list

#97554
  • Resolved Jerome Labarbe
    Rank Math pro

    Hi,
    I try to unset Rankmath column from the list of a post type but it doesn’t work.

    I used :

    add_filter(‘manage_myposttype_posts_columns’, function ( $columns )
    {
    unset($columns[‘rank_math_seo_details’]);
    return $columns;
    } );

    Any idea ?
    Thanks

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)

The ticket ‘Removing Rankmath column from cpt list’ is closed to new replies.