Rank Math is a great SEO plugin that do an amazing job. The only thing that constantly bothers me and my clients is the annoying alerts inside the Wordpress admin area. Unfortunately they don’t disappear if you click on the “X”. If you too are fed up with the notifications from the Rank Math plugin, I suggest you add the following snippet. This code needs to be added to your site’s fucntions.php. Good luck!
add_action('admin_head', 'rm_remove_pending_filter');
function rm_remove_pending_filter() {
echo '<style>
#toplevel_page_rank-math .awaiting-mod{
display: none !important;
}
</style>';
}
neurontnk says
Thanks for fantastic information I was looking for this information for my website.