Skip to content

Instantly share code, notes, and snippets.

@sgreer81
Last active November 9, 2016 17:09
Show Gist options
  • Save sgreer81/11bc18d9ce3fee7b114efb04f93a3e12 to your computer and use it in GitHub Desktop.
Save sgreer81/11bc18d9ce3fee7b114efb04f93a3e12 to your computer and use it in GitHub Desktop.
Deactivate Custom Facebook Feed FontAwesome
function sg_deactive_cff_fontawesome() {
wp_dequeue_style('cff_font_awesome');
}
add_action('wp_enqueue_scripts', 'sg_deactive_cff_fontawesome', 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment