PHP Code Snippets/Functions by Lloyd Mangin : February 11, 2023 PHP Code Snippets/FunctionsLeave a comment add_filter('wp_prepare_themes_for_js',function($themes) { unset($themes['blockbase']); return $themes; });