Skip to content

Instantly share code, notes, and snippets.

@Pross
Created February 3, 2019 18:16
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 Pross/ad8c849eaf2accef09ce6367ab27fe56 to your computer and use it in GitHub Desktop.
Save Pross/ad8c849eaf2accef09ce6367ab27fe56 to your computer and use it in GitHub Desktop.
/**
* dequeue FA4
*/
add_action( 'wp_print_styles', function() {
wp_dequeue_style( 'font-awesome' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment