How to hide the onpage message on Dashboard
-
Since this new button is not helping me at all (I even filled in my details for the FREE account, but nothing happened afterwards) I decided to hide the onpage part of the widget on the Dashboard with this code added to functions.php
add_action('admin_head', 'woooops_onpage_gone'); function woooops_onpage_gone() { echo '<style> #wpseo-dashboard-overview .onpage { display:none} </style>'; }
My Dashboard has no ads again.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to hide the onpage message on Dashboard’ is closed to new replies.