Removing All Custom Widgets
// Removes all custom Total widgets
add_filter( 'wpex_custom_widgets', '__return_false' );
All PHP snippets should be added via child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)
// Removes all custom Total widgets
add_filter( 'wpex_custom_widgets', '__return_false' );