Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created February 20, 2018 13:47
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 KaineLabs/5ada2f060b7975720c96fa7337be464f to your computer and use it in GitHub Desktop.
Save KaineLabs/5ada2f060b7975720c96fa7337be464f to your computer and use it in GitHub Desktop.
Theme Uncode Fix Icons
/**
* Remove The old Font Awesome Versions
*/
function youzer_remove_fa_css() {
wp_dequeue_style( 'font-awesome-fa' );
wp_dequeue_style( 'uncode-icons' );
}
add_action( 'wp_enqueue_scripts' , 'youzer_remove_fa_css', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment