dequeue style and scripts
-
I know its an odd request, but how do we go about disabling the front.css and front.js scripts? I have attempted to do this using the following in a function but no luck.
wp_dequeue_style( 'woocommerce-currency-switcher', WOOCS_LINK . 'css/front.css' ); wp_deregister_script( 'woocommerce-currency-switcher', WOOCS_LINK . 'js/front.js' );
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘dequeue style and scripts’ is closed to new replies.