Snippets Collections
add_filter( 'style_loader_src', function($href){
if(strpos($href, "//fonts.googleapis.com/") === false) {
return $href;
}
return false;
});

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension