Plugin Resources
Languages:
English •
Español •
日本語 •
ไทย •
中文(简体) •
(Add your language)
Plugins are tools to extend the functionality of WordPress. The core of WordPress is designed to be lean, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs.
This article is a comprehensive list of resources related to plugins and plugin development.
General Plugin References
Plugin Development Basics
External Resources:
Plugin Development - Reference
External Resources:
- PHPXref for WordPress - Cross reference of WordPress files, functions, and variables, which seems to point to the latest released version. This redalt.com PHPXref site has the bleeding-edge Trunk version, as well as 1.5 and 2.0, but the Trunk version may not be updating any more. So, there is now a new Trunk Xref site on ftwr.co.uk available.
- Skippy's list of actions and filters
- WordPress Hooks Database, a database of all WordPress' hooks, showing which version they come from, and linking to the source code spots that use them
- Angsuman's list, a comprehensive listing of WordPress action hooks with documentation and source code location information. It contains all documented and undocumented action hooks in WordPress 2.0.
- dd32's wordpress.org/extend Plugin API information
- PHP Cross Reference of the WordPress and BBPress source, using PHPXref by Joost de Valk - also includes tutorial
- WordPress Plugin Development - Beginner's guide
Plugin Development - Special Topics
External Resources: