Skip to content

Instantly share code, notes, and snippets.

@2Fwebd
Last active February 13, 2019 08:01
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 2Fwebd/baa3460ccbe70b2e1822129a4310cced to your computer and use it in GitHub Desktop.
Save 2Fwebd/baa3460ccbe70b2e1822129a4310cced to your computer and use it in GitHub Desktop.
<?php
function remove_eonet_ui() {
wp_dequeue_style( 'eonet-ui-css' );
}
add_action( 'wp_print_styles', 'remove_eonet_ui', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment