Skip to content

Instantly share code, notes, and snippets.

@valeriu
Created January 19, 2014 16:24
Show Gist options
  • Select an option

  • Save valeriu/8507116 to your computer and use it in GitHub Desktop.

Select an option

Save valeriu/8507116 to your computer and use it in GitHub Desktop.
Inlaturam fisierul css din plugin
add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
function my_deregister_styles() {
wp_deregister_style( 'wp-pagenavi' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment