WordPress開發者文檔

 

主題開發

 

插件開發 

  • 編寫一個插件- 學習編寫插件的最好的開始的地方
  • 插件資源 - 關於插件開發的參考的綜合列表
  • 插件 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 源代碼

 

其他資源

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章