Skip to content

Instantly share code, notes, and snippets.

@daveloodts
Created February 15, 2022 07:11
Show Gist options
  • Save daveloodts/57f48f0b2ed958a29af2f6c481f9069d to your computer and use it in GitHub Desktop.
Save daveloodts/57f48f0b2ed958a29af2f6c481f9069d to your computer and use it in GitHub Desktop.
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