Disabling SEO score in admin pages

#138001
  • Resolved Catseo
    Rank Math free

    Hi,

    is there a way to disabled / hide seo score on all pages and posts please ?
    I didn’t find how to do it.

    Thank yopu for your help

    Best regards

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

    Thank you for contacting Rank Math and bringing your concern to our attention.

    You can use this filter to hide the SEO Score in all pages/posts list in your WordPress Dashboard:

    /**
     * Filter to hide SEO SCcore
     */
    add_filter( 'rank_math/show_score', '__return_false' );

    You may need to paste this code in your theme’s functions.php file to run.

    I hope that helps. Thank you, and looking forward to your update.

    Catseo
    Rank Math free

    Thank you very much that’s work prefectly !

    Hello,

    You’re very welcome.

    We are super happy that we have addressed your concerns. 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 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Disabling SEO score in admin pages’ is closed to new replies.