Home>Support>Hide default Widgets

Hide default Widgets

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I am new with the SiteOrigin PageBuilder. I want to hide default Widgets like Navigation, Meta, Search, … so I found this snippet:

function mytheme_remove_widgets($widgets){
    unset($widgets['Unwanted_Widget_Class']);
    return $widgets;
}
add_filter('siteorigin_panels_widgets', 'mytheme_remove_widgets');

But I can’t figure out what the class names of the default widgets are. I looked into the plugins/siteorigin-panels/widgets/widgets folder, but there are only a few widgets.

So how can I remove default widgets like Navigation, Meta, Search?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 1 month ago Mathis Hüttl

    Need help guys..

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