Disabling plugin styles
-
Hello!
I can’t disable the plugin styles. I usually do the following:
add_action( 'wp_print_styles', 'remove_plugin_scripts', 100 ); function remove_plugin_scripts() { wp_dequeue_style( 'wpsl-css' ); wp_deregister_style( 'wpsl-css' ); }
There must be something I’m missing.
Thank you for this great plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disabling plugin styles’ is closed to new replies.