Created
January 9, 2018 09:45
-
-
Save seostudio/1ac8300f2bbb40e54faa853d521cace4 to your computer and use it in GitHub Desktop.
dequeue jquery-ui-style
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 my_dequeue_css() { | |
wp_dequeue_style( 'jquery-ui-style' ); | |
} | |
add_action( 'admin_enqueue_scripts', 'my_dequeue_css', 100 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment