Created
September 10, 2018 23:17
-
-
Save wplit/4b904c81c2dcbff290fd907bfdddf3cc to your computer and use it in GitHub Desktop.
Remove Google Fonts from Oxygen Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove Google Fonts from Oxygen | |
remove_action('wp_head', 'add_web_font',0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Hook in Oxygen has changed to
oxygen_enqueue_frontend_scripts
remove_action('oxygen_enqueue_frontend_scripts', 'add_web_font',0);
found in File component-init.php:4344 in Version 3.9