deregister styles
-
Hello,
which code i need for deregister styles of wp-ui-css, wpui-android-css and wpui-multiple-css.
function my_deregister_styles() { wp_deregister_style( 'wp-ui' ); wp_deregister_style( 'wpui-android' ); wp_deregister_style( 'wpui-multiple' ); } add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
My code isn’t functionate.
Regards
Webbi87
- The topic ‘deregister styles’ is closed to new replies.