The scripts tag has no wiki summary.
2
votes
1answer
322 views
Outputting Canonical Resource URLs Across a Multisite Network?
Say a theme "foo" is used on across a network of sites. In each site, all the theme resources (.css, .js, etc.) will have distinct URLs:
http://network/siteA/wp-content/themes/foo/style.css
...
3
votes
2answers
717 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 ...