-
Hi,
I would like to remove this from dashboard
https://imgur.com/a/lbOg0kk.The code I added in function.php is as below:
function remove_dashboard_meta() { remove_meta_box('rank_math_dashboard_widget', 'dashboard', 'side'); //Removes "RM from Dashboard' } add_action('admin_init', 'remove_dashboard_meta');
But it doen’t work. can you please guide me how to remove it?
TQ
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The ticket ‘remove rankmath overview in dashboard’ is closed to new replies.