This is simple and very useful plugin that you can use for wp enqueue scripts and stylesheets on the page or globally throughout the site. It's very useful when you want to include custom JavaScript or stylesheets on a particular page or globally across the site without touching the theme.
The global scripts and styles can also be overridden on the specific pages. For that you will indicate the same deal name.
It also manages expose, and async for JavaScript file, eliminating the problem of blocking javascript.
You can also use async possibility of css to eliminate the problem of blocking css. However, this should be used with caution as it may result in FOUC (flash of unstable content).
Installation:
- Place the Unzipped Plugin folder in the wp content / plugins / folder.
- Enable the plugin from the wp-admin -> plugins section.
- You will see the WP Enqueue Manager on each page and post. There is also global setting available under the WP Enqueue Manager section of the sidebar of the admin panel.
Note that the page must have used the wp_footer () function, as is usually the case in most topics.