Created
February 15, 2022 07:11
-
-
Save daveloodts/57f48f0b2ed958a29af2f6c481f9069d to your computer and use it in GitHub Desktop.
This file contains 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
add_action( 'template_redirect', function() { | |
remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' ); | |
remove_action( 'wp_footer', 'wp_enqueue_global_styles', 1 ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment