Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Last active August 29, 2015 14:07
Show Gist options
  • Save tomhemsley/68d25da000d9a6463918 to your computer and use it in GitHub Desktop.
Save tomhemsley/68d25da000d9a6463918 to your computer and use it in GitHub Desktop.
Fix conflict with MiniMax Page Builder
function metaslider_fix_minimax() {
if(isset($_GET['page'])&&$_GET['page']=='metaslider') {
wp_dequeue_style("admin-theme-style");
}
}
add_action('admin_enqueue_scripts', 'metaslider_fix_minimax', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment