zh-cn:函数参考
Languages:
English •
日本語 •
ქართული •
Português do Brasil •
Русский •
Türkçe •
中文(简体) •
(Add your language)
WordPress 中定义了许多有用的 PHP 函数。这些函数中众所周知的 Template Tags, 是为 WordPress 主题特别准备的。还有些函数与 动作(actions) 和过滤器 (filters)(见 Plugin API)有关,这些函数也因此主要用在插件开发之中。其他的函数则应用在 WordPress 核心功能上。
许多核心函数对插件和主题开发者很有用。所以,本文列举了多数核心函数,包括模板标签(Template Tags)。文章页尾则列举了一些关于 WordPress 函数的资源。本文的完全版 WordPress phpdoc site 中,描述了从 2.6.1 以来的所有 WordPress 函数。
注意: 本参考适用于 2.1 及更高版本。并没有包含不被建议使用的函数。 Function Reference 2.0.x 是一个不完全的 2.0.x 的参考。
你可以帮助完成本页!
你可以:
你可以:
- 给没有文档的函数添加文档。创建子页面或者至少在下面的列表中添加简短的注释。如果你创建了一个子页面,请包含该函数的使用示例,如果可能,在zh-cn:模板标签添加这些例子。
- 根据类别,列出更多的函数。
- 纠正错误。比如把函数移动到更好更合适的分类下,或者修正排序。注意:一个函数可以出现在多个分类下。
函数分类
官方以及非官方参考
- WordPress.org PHPDoc - Nearly all the functions in WordPress have "PHPDoc" headers. This site shows all the PHPDoc.
- Trac Browser - WordPress 源代码。选择 'Tags' 查看特定版本,选择 'Trunk' 查看当前版本。
- 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.
- WordPress Function History Table - List each WordPress function with including the version it was introduced in or dropped in. PlanetOzh recommends: "see related WordPress Functions Implementation History Tool for more information (and for a more usable tool)"
from http://codex.wordpress.org/zh-cn:%E5%87%BD%E6%95%B0%E5%8F%82%E8%80%83