SHOW:
|
|
- or go back to the newest paste.
1 | function my_deregister_styles() { | |
2 | wp_deregister_style ( 'smoothness' ); | |
3 | wp_deregister_style ( 'affiliates_admin' ); | |
4 | wp_deregister_style ( 'affiliates_pro_admin' ); | |
5 | - | wp_deregister_style ('affiliates_enterprise_admin'); |
5 | + | wp_deregister_style ( 'affiliates_enterprise_admin' ); |
6 | ||
7 | } | |
8 | - | if ( !is_admin() ) { |
8 | + | add_action( 'wp_print_styles', 'my_deregister_styles', 100 ); |