Remove Rank Math Admin Columns at Pages/Posts/CPTs

#626977
  • Resolved Anonymous
    Rank Math free

    Hi,

    Is there a code snippet to remove the admin columns “SEO Details”, “SEO Title”, “SEO Desc” added by the plugin at Pages, Posts, CPTs WP Admin pages?

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    If you want to remove these columns, then you can simply uncheck them from the Screen Option of your Page/Post/CPTs list page:

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Anonymous
    Rank Math free

    Hi,

    Thanks for your reply.

    I would like to remove the admin columns “SEO Details”, “SEO Title”, “SEO Desc” with a function in order to customize the WP Admin for clients. Clients would have access at the Screen Options tab, so they could re-enable the admin columns, which is something we would prefer to avoid.

    Is there a code snippet to remove the admin columns?

    Hello,

    Unfortunately, we don’t have such a function to completely hide or remove any Rank Math column in the post list page.

    Alternatively, you can directly disable the button by using the filter code below:

    add_filter('screen_options_show_screen', '__return_false');

    But before applying the filter code, you would need first to make sure the columns are hidden.

    Hope that helps and please do not hesitate to let us know if you need my assistance with anything else.

    Anonymous
    Rank Math free

    Hi,

    Ok, I understand. Thanks for your support.

    Hello,

    We are super happy that we could address your concern. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Remove Rank Math Admin Columns at Pages/Posts/CPTs’ is closed to new replies.