Remove dashboard widget
-
Hi,
I would like to hide the ‘WordPress Guides / Tutorials’ widget from the dashboard which is visible after activating the plugin.
I know how to hide it when using the ‘screen options’ tab but I would like to do it from within my functions.php file like:
remove_meta_box( 'dashboard_plugins', 'dashboard', 'normal' );
But what’s the name of this widget? I’ve already done a quick search at the plugin files but couldn’t find it.
Thanks in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove dashboard widget’ is closed to new replies.