This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove SiteOrigin Page Builder News

7 years ago · Last reply by Alex S 7 years ago

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

1
  1. Alex S Staff 7 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread