I am wondering what JavaScript libraries and frameworks are integrated in WordPress, which I could use out of the box? Also wondering if I can see which versions of the libs and frameworks are used per WordPress version? Is there any good documentation to it?
I am wondering what JavaScript libraries and frameworks are integrated in WordPress, which I could use out of the box? Also wondering if I can see which versions of the libs and frameworks are used per WordPress version? Is there any good documentation to it?
Share Improve this question edited Jan 3, 2019 at 13:38 cilap asked Jan 3, 2019 at 12:19 cilapcilap 1136 bronze badges1 Answer
Reset to default 2You can find the list of scripts and their registered handles here:
Default Scripts Included and Registered by WordPress
You can also search in wp-includes/js
and wp-admin/js
directories.