Home>Support>uset widgets
  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hey ThemeBuddies

    Out of interest, here is Greg chatting about adding new widgets only for Page Builder: https://wordpress.org/support/topic/make-widget-only-for-page-builder.

    I’ll need to ask Greg or Braam to chat to you about unsetting.

  2. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Just experimenting a bit. If I first de-activate the Bundled Widgets under Settings > SiteOrigin Page Builder, I can then successfully unregister one of the few remaining basic widgets:

    <?php 
    
    function unregister_page_builder_widgets() {
    	unregister_widget('SiteOrigin_Panels_Widgets_PostLoop');
    }
    
    add_action( 'widgets_init', 'unregister_page_builder_widgets', 11);
    

    I’ve asked Greg to hop on with more when he’s able. He’s currently on leave.

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