Remove SiteOrigin Page Builder News
Hi,
The issue I am having is that I have a widget appearing on the Dashboard named SiteOrigin Page Builder News (so-dashboard-news) which I need to be removed as it is showing for every user including subscribers.
I have tried removing this through a functions.php code but this did not work and I cannot seem to find the original code in the plug in to remove this.
Any help with this issue would be appreciated.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi GBOT4001,
You can remove the SiteOrigin Page Builder News dashboard widget by adding some PHP to your website.
function so_remove_dashboard_news() { remove_meta_box( 'so-dashboard-news', 'dashboard', 'normal' ); } add_action( 'admin_menu', 'so_remove_dashboard_news' );If you need a method of adding the following PHP, I would use Code Snippets.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.