Tagged Questions
3
votes
2answers
709 views
Is it possible to change the attributes of a registered style or script before it fires?
I'd like to modify the properties of a registered style(or script - same applies) before it's been loaded.
Right now i'm trying to modify a registered style just before it gets enqueued, so i can ...