Forums
Forums / Plugin: Page Builder by SiteOrigin / Limit Widgets
(@hornetok)
12 years, 1 month ago
This may seem like a strange question, but are there hooks/functions available to limit or disable widgets from being used? I’d like to disable a few so my client isn’t overwhelmed by the choices available. Thanks!
https://wordpress.org/plugins/siteorigin-panels/
(@itworx)
You can unregister widgets:
<?php unregister_widget( $widget_class ) ?>
http://codex.wordpress.org/Function_Reference/unregister_widget
The topic ‘Limit Widgets’ is closed to new replies.