farinspace / wpalchemy

Thin framework for wordpress
http://wpalchemy.com/
Other
416 stars 110 forks source link

Move _global_head JS & css to own files; enqueue with wp_enqueue_script #109

Open rnovotny opened 8 years ago

rnovotny commented 8 years ago

Why not use WordPress standard enqueue for assets like css & js? This way you can be assured they will only get enqueued once, they are easier to debug because you can use things like breakpoints in web inspectors, and plugins can use wp_dequeue_script if they need it removed.