Skip to content

Instantly share code, notes, and snippets.

@premanshup
Created March 2, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save premanshup/d36cd566f183d187848c8c62e78ae2fd to your computer and use it in GitHub Desktop.
Save premanshup/d36cd566f183d187848c8c62e78ae2fd to your computer and use it in GitHub Desktop.
Dequeue Astra Theme Static CSS
add_action( 'wp_enqueue_scripts', 'dequeue_astra_css' );
function dequeue_astra_css() {
wp_dequeue_style( 'astra-theme-css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment