This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Add JavaScript attributes

Description

This plugin helps to add async attribute to your desired JavaScript file from admin.

“Add JavaScript attributes” helps to add async tag in that wordpress wp_enqueue_script() function but not to create.

FAQ

  1. What Frameworks can I use?
    Yes.- Any client-side JavaScript based frameworks should work just fine.

  2. Including External Third Party Libraries
    Yes.-Yes, you can use libraries hosted on an external server or CDN, but we recommend having a local fallback in case the CDN isn’t available.

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Add JavaScript Menu page and add your JavaScript handler name (comma seprated for multiple) and save this setting.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Add JavaScript attributes” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Add JavaScript attributes is ready for production