Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 573 Bytes

guideline-13.md

File metadata and controls

5 lines (3 loc) · 573 Bytes

13. Plugins must use WordPress' default libraries.

WordPress includes a number of useful libraries, such as jQuery, Atom Lib, SimplePie, PHPMailer, PHPass, and more. For security and stability reasons plugins may not include those libraries in their own code. Instead plugins must use the versions of those libraries packaged with WordPress.

For a list of all javascript libraries included in WordPress, please review Default Scripts Included and Registered by WordPress.