How do I add JavaScript that will execute on all my sites in Multisite?
Your answer, Kyle, is the mu_plugins folder. Create it within wp-content. Any php file put in here will be automatically loaded into ALL multisite blogs (or any non-multisite blogs). This is a great area to put plugins vital to the site working, or shared functionality such as custom post types, taxonomies, filters, etc. Really anything! … Read more