[wp-hackers] Finding Out What Plugins Are Inserting Into The Header

Alex Andrews awgandrews at gmail.com
Sat Sep 11 23:12:46 UTC 2010


Hi folks,

I'm trying to contain all my CSS and JS files into one file for
minification and placing on a CDN. Unfortunately, numerous plugins
insert there own CSS/JS in the header. However, it is rarely clear
which plugin inserts which into the header. Is there any way I can
find out? For example, by writing a short plugin which lists all the
filters that filter the header in order to work this out. Then I can
grab all the CSS/JS and then comment out where they are produced.

Anyway to do it?

All the best.

Alex


More information about the wp-hackers mailing list