Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active August 17, 2023 11:13
Show Gist options
  • Save lukecav/752afb776deeea2070b1702ca2721aff to your computer and use it in GitHub Desktop.
Save lukecav/752afb776deeea2070b1702ca2721aff to your computer and use it in GitHub Desktop.
Disable the global styles in WordPress
remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' );
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
@lukecav
Copy link
Author

lukecav commented Mar 18, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment