Created
November 6, 2014 10:39
-
-
Save tomhemsley/603289246279ac3e14a9 to your computer and use it in GitHub Desktop.
Meta Slider Zix Zartis Jobs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function metaslider_fix_zartis_jobs() { | |
if( isset( $_GET['page'] ) && $_GET['page'] == 'metaslider' ) { | |
wp_dequeue_script("zartis_functions"); | |
wp_dequeue_script("zartis_images"); | |
wp_dequeue_script("jquery_zar"); | |
} | |
} | |
add_action('admin_enqueue_scripts', 'metaslider_fix_zartis_jobs', 10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment