=== LH Script Ids === Contributors: shawfactor Donate link: https://lhero.org/portfolio/lh-scripts-ids/ Tags: script, id, attribute, enqueue Requires at least: 4.0 Tested up to: 5.5 Stable tag: trunk Making debugging easy by ennsuring every script enqueued by wordpress has an id attribute. == Description == This is very useful when trying to debug scripts and dequeue scripts added by plugins. The id attribute is the same as the handle used to enqueue the script so it makes debugging who added what script a breeze. == Installation == The plugin is simple to install: 1. Upload `lh-script-ids.zip` directory to your WordPress Plugin directory 1. Go to the plugin management page and enable the plugin 1. Give yourself a pat on the back == Change Log == **1.00 June 06, 2018** Initial release.