Languages:
English •
Español •
Italiano •
한국어 •
Русский •
中文(简体) •
中文(繁體) •
(Add your language)
導論
WorePress 相信保持簡單可為 WordPress 保有快速和輕巧,即便是有著一堆想法被引入作為 WordPress "核心"程式碼新功能性的一部分。直到現在,用戶仍經常發現需要為 WordPress 添加新功能以滿足他們的需求。本節的 Codex 提供指導和參考給任何想要修改、擴展,或有助於使用 WordPress 的人。
您或許也會想要看看 開發者文件 FAQ
警告:程式設計專業術語
以下的文章中,你或許會讀到許多程式設計的專業術語,但是並未以非程式設計師可以理解的程度來解釋這些細節。
雖然僅限於少數個別的程式設計師可以變更 WordPress 可供下載的檔案,但是每一位 WordPress 使用者對於 WorePress 核心碼的變更都具有影響力,以便讓 WordPress 具有高度的客製化能力。
佈景主題開發
外掛開發
對 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 Hooks
WP Hook Database - Thorough and extremely useful reference of all hooks (actions and filters) used in WordPress cross referenced by version.
WordPress 原始碼
其他資源