uset widgets
is there a way to unset page builder widgets?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
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.
is there a way to unset page builder widgets?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
2Hey 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.
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.