Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to stop BP default widgets from loading / Removing Default Widgets


r-a-y
Keymaster

@r-a-y

Have you tried adding this to your theme’s functions.php?
remove_action( 'bp_register_widgets', 'bp_core_register_widgets' );

Skip to toolbar