Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created November 16, 2015 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 tomhemsley/00df7ea1663affac567d to your computer and use it in GitHub Desktop.
Save tomhemsley/00df7ea1663affac567d to your computer and use it in GitHub Desktop.
metaslider_fix_agp_font_awesome
function metaslider_fix_agp_font_awesome() {
if( isset( $_GET['page'] ) && $_GET['page'] == 'metaslider' ) {
wp_dequeue_script("colorbox-js");
wp_dequeue_style("colorbox-css");
}
}
add_action('admin_enqueue_scripts', 'metaslider_fix_agp_font_awesome', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment