front end css dequeue styles not working
-
hi, great plugin
In my functions.php i am trying to wp_dequeue_styles with this code:
function my_scripts() { wp_dequeue_style('the-champ-frontend-css'); } add_action( 'wp_enqueue_scripts', 'my_scripts' );
Usually this approach works with other plugins, however its not functioning with SuperSocializer, what am I doing wrong?
Any help would be great. Thanks. I couldnt find the answer on the support forum.
Best of luck.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘front end css dequeue styles not working’ is closed to new replies.