Skip to content

Instantly share code, notes, and snippets.

@seostudio
Created January 9, 2018 09:45
Show Gist options
  • Save seostudio/1ac8300f2bbb40e54faa853d521cace4 to your computer and use it in GitHub Desktop.
Save seostudio/1ac8300f2bbb40e54faa853d521cace4 to your computer and use it in GitHub Desktop.
dequeue jquery-ui-style
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