disable post and page seo score in backend

#557392
  • Resolved Alireza Naji
    Rank Math free

    hi. Is there a way to disable post and page backend rate? I don’t want scores to be displayed in the backend. Thank you for your guidance

    any function code or any thing you could help me about disable post and page seo score in backend

    thanks a lot

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for contacting us, and sorry for any inconvenience that might have been caused due to that.

    You can use the following filter to hide your SEO score in backend:

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

    Here’s how you can add filters/hooks to your WordPress site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘disable post and page seo score in backend’ is closed to new replies.