omarabid / WordPress-Plugin-Boilerplate

This plugin serves as an empty boilerplate that you can use to base your next WordPress plugin.
GNU General Public License v2.0
48 stars 20 forks source link

Load Widgets Scripts and Styles on-demand #15

Open omarabid opened 9 years ago

omarabid commented 9 years ago

Currently, the front-end JS and CSS of widgets will load in any page. This shouldn't happen. The resources should be loaded only if the widget is also loaded and displayed on the page.