Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created March 27, 2018 07:46
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 ibndawood/5b79a8ce708ec332691b467d5c4682aa to your computer and use it in GitHub Desktop.
Save ibndawood/5b79a8ce708ec332691b467d5c4682aa to your computer and use it in GitHub Desktop.
Mediacenter - Dequeue fontawesome
add_action( 'wp_enqueue_scripts', 'mc_child_dequeue_fa' , 20 );
function mc_child_dequeue_fa() {
wp_dequeue_style( 'media_center-font-awesome' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment