Home>Support>Remove SiteOrigin Page Builder News

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 1 month ago Alex S
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More