WordPress开发者文档

来源:互联网 发布:深圳网络维护 编辑:程序博客网 时间:2024/06/05 15:21

 

主题开发

  • 主题开发 - 有关WordPress主题设计和开发的参考以及资源
  • 模板- WordPress主题开发参考
  • WordPress 主题指南- Official showcase and hosting for WordPress Themes
  • WordPress Theme Viewer - Hosts WordPress Themes for download
  • 模板标签 - 特别使用php函数创建的主题函数
  • 函数参考 - WordPress中完整的php函数参考
  • WordPress 弃用函数钩子- 弃用函数钩子的信息
  • 插件和主题迁徙- 包含一些信息,告诉你怎样提升你的主题,从而使其在WordPress的一个版本到另一个版本时可以很好的工作
  • WordPress 编码标准- 关于WordPress开发和代码编写标准的总体信息
  • 设计公开发行的主题 - Tips and techniques for designing WordPress Themes for release to the general public

 

插件开发 

  • 编写一个插件- 学习编写插件的最好的开始的地方
  • 插件资源 - 关于插件开发的参考的综合列表
  • 插件 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.

 

 论坛,列表,以及博客

  • Mailing Lists - WordPress mailing lists for documentation and development
  • IRC - WordPress IRC channels
  • http://wordpress.org/support - WordPress Support Forums
  • http://wordpress.org/development - WordPress Development Blog
  • http://planet.wordpress.org - Aggregate of many blogs discussing WordPress (official)
  • http://planetwordpress.planetozh.com/ - Another aggregate of many blogs discussing WordPress mostly plugins and themes (unofficial)

 

 

其他有兴趣的信息 

  • 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 源代码

  • PHPXref sites: PHPXref creates a cross reference of WordPress files, functions and variables.
    • WordPress PHPXref by Westi - Up to date PHPXref maintained by Peter Westwood.
    • Latest Version at lab.yukei.net - Latest released version (updates automatically every week).
    • Trunk at lab.yukei.net - Development version (from SVN; updates automatically every day).
  • WordPress Function History Table - List of what version each WordPress function was added in; PlanetOzh recommends: "see related WordPress Functions Implementation History Tool for more information (and for a more usable tool)"
  • WordPress Variable Report - A list of WordPress functions, listing what version of PHP every function requires (and if there's a compatible function available), what varables/arguments in functions are unused, and what functions/variables each class contains (and their default values).
  • WordPress Development Search (Google CSE)

 

其他资源

  • PHP 手册
  • MySQL 手册
  • 版本控制
原创粉丝点击