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

Tue May 18 2021 12:26:26 GMT+0000 (Coordinated Universal Time)

#kava

Save snippets that work with our extensions

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