Languages:
English •
Español •
Resources 日本語
中文(简体) •
(Add your language)
Plugins(插件)是用来扩展 WordPress 的工具。WordPress 设计精简,获得最多的灵活性和最少的核心代码。插件可以拒用户定制功能和特性或增加需要的细节。
这篇文章包括插件开发相关的文章列表资源
一般插件使用参考
插件开发基础
外部资源:
插件开发 - 参考文章
外部资源:
- 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
插件开发 - 专题
外部资源: