现在的位置: 首页 > 综合 > 正文

WordPress开发者文档

2014年01月25日 ⁄ 综合 ⁄ 共 3196字 ⁄ 字号 评论关闭

 

主题开发

 

插件开发 

  • 编写一个插件- 学习编写插件的最好的开始的地方
  • 插件资源 - 关于插件开发的参考的综合列表
  • 插件 API - Hooks, Actions, and Filters to use in your Plugins (version 2.1; has links to older version articles)
  • 函数参考- WordPress中完整的php函数参考(version 2.1, with links to previous versions)
  • Shortcode API - shortcode API指南和参考 (new in version 2.5)
  • Dashboard Widgets API - A reference with examples for adding new widgets to the admin dashboard.
  • Settings API - A reference with examples for adding new settings to existing settings screens.
  • 数据验证- WordPress插件开发者必读内容. 描述了WordPress验证和加密数据函数的使用. 插件作者必须熟悉这些函数和概念.
  • 迁徙插件和主题- 包含一些信息,告诉你怎样提升你的主题,从而使其在WordPress的一个版本到另一个版本时可以很好的工作
  • WordPress 编码标准- 关于WordPress开发和代码编写标准的总体信息
  • Plugin 提交和推广- 一旦你开发了你插件,这里有一些提示指导你将你的插件广泛推广

 

Contributing to WordPress

  • Contributing to WordPress - Main starting point if you would like to contribute to core WordPress development, documentation, support, translations, or financial health
  • Automated Testing - Testing WordPress using the automated test suite and how to use the tools and write test cases.
  • Data Validation - A must-read for WordPress contributors. Describes the functions used by WordPress to validate and sanitize data. Developers contributing to WordPress' codebase should be familiar with these functions and ideas.

 

 论坛,列表,以及博客

 

 

其他有兴趣的信息 

  • Advanced Topics - Annotated list of many articles on advanced WordPress topics
  • Query Overview - Description of the WordPress query process used to find posts and display them
  • Reporting Bugs - Information on reporting and fixing WordPress bugs
  • Using Subversion - Introduction to SVN, the source code repository used by WordPress
  • Development Team - The members of the development team.

 

外部资源 

 

WordPress 钩子

WP Hook Database - Thorough and extremely useful reference of all hooks (actions and filters) used in WordPress cross referenced by version.

 

WordPress 源代码

 

其他资源

抱歉!评论已关闭.