Total Docs
Docs
Icons
Extensions
Snippets
Hooks
Changelog
Videos
Promo
Menu
Search
Snippets: Disable All Google Services (Fonts)
This snippet was last updated on
September 29, 2016
add_filter( 'wpex_disable_google_services', '__return_true' );
All PHP snippets should be added via a
child theme's functions.php
file.