Featured Products
- Home
- WordPress Plugins
- WP Enqueue Manager
WP Enqueue Manager
By : Wizcraft Published on Friday, September 15, 2017,10:10:12 in WordPress Plugins

This is simple and very helpful plugin you can use to wp enqueue scripts and stylesheets on the page or globally through out the site. It is very useful when you want to include any custom JavaScript or Stylesheet on some specific page or globally across the site without touching the code of theme. The global scripts and styles can be overridden on the specific pages as well. For that you will specify the same handle name. It also manages defer, and async for JavaScript file, which eliminates the issue of render blocking javascript. Also, you can use async option for css to eliminate the issue of render blocking css. This should be used with caution though, since it may result into FOUC (flash of unstyled content). Installation: