remove a content from Screen Options?

Status
Not open for further replies.

bachbell

Active Member
689
2009
116
0
i've installed a plugin but this plugin install a "latest news" in dashboard i know i can hide it in screen options but i dont wanna all users see that in dashboard ... so what can i do to remove that content from screen options forever?
thx
 
2 comments
Search for wp_add_dashboard_widget() function in your plugin, it's probably in functions.php. Comment it out by adding "//" to the beginning of that line:
PHP:
// wp_add_dashboard_widget( ...
 
Status
Not open for further replies.
Back
Top