How To Remove CSS Files From A Wordpress Theme

2 years ago
3

How do you go about removing unwanted CSS files that are being loaded outside of your Wordpress template? In this video, I'll show you how to firstly figure out what the style handle is, then how to dequeue the selected CSS file.

My website
https://www.pixelrocket.store

How to print out all scripts
https://gist.github.com/omurphy27/d63222e4940c3afa9d8afd10d9375df4

wp_dequeue_style
https://developer.wordpress.org/reference/functions/wp_dequeue_style/

Loading comments...