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
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:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.