- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「関数リファレンス」の版間の差分
提供: WordPress Codex 日本語版
YusukeHayasaki (トーク | 投稿記録) (→投稿、カスタム投稿タイプ、固定ページ、添付ファイル、ブックマーク関数) |
Heartyfluid (トーク | 投稿記録) (06:24, 26 May 2014 の版に同期) |
||
309行目: | 309行目: | ||
* [[/wp_get_current_user|wp_get_current_user]] /[[:en:Function Reference/wp_get_current_user|en]] - 現在のユーザーが存在するか判断しデータを取得 | * [[/wp_get_current_user|wp_get_current_user]] /[[:en:Function Reference/wp_get_current_user|en]] - 現在のユーザーが存在するか判断しデータを取得 | ||
* [[/wp_set_current_user|wp_set_current_user]] - IDまたはログイン名を基に現在のユーザーを変更 | * [[/wp_set_current_user|wp_set_current_user]] - IDまたはログイン名を基に現在のユーザーを変更 | ||
+ | * [[/wp_set_password|wp_set_password]] /[[:en:Function Reference/wp_set_password|en]] | ||
* [[/get_author_posts_url|get_author_posts_url]] /[[:en:Function Reference/get_author_posts_url|en]] | * [[/get_author_posts_url|get_author_posts_url]] /[[:en:Function Reference/get_author_posts_url|en]] | ||
* [[/get_the_modified_author|get_the_modified_author]] /[[:en:Function Reference/get_the_modified_author|en]] | * [[/get_the_modified_author|get_the_modified_author]] /[[:en:Function Reference/get_the_modified_author|en]] | ||
1,201行目: | 1,202行目: | ||
* [http://adambrown.info/p/wp_hooks WordPress Hooks Table] - A list of WordPress actions and filters, cross-referenced to the files they are in | * [http://adambrown.info/p/wp_hooks WordPress Hooks Table] - A list of WordPress actions and filters, cross-referenced to the files they are in | ||
− | {{原文|Function Reference| | + | {{原文|Function Reference|143812}} |
{{DEFAULTSORT:かんすうりふあれんす}} | {{DEFAULTSORT:かんすうりふあれんす}} |
2014年6月8日 (日) 13:43時点における版
このページ「関数リファレンス」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
目次
WordPress のファイルには、便利な PHP 関数がたくさん定義されています。テンプレートタグとして知られる一部の関数は、特に WordPress テーマ用に定義されているものです。また、主にプラグインの開発に用いるアクションフック・フィルターフックに関する関数(プラグイン API)もあります。あとは WordPress のコア機能の形成に使われます。
コアの WordPress 関数の多くはプラグインやテーマ開発に役立ちます。ここでは、テンプレートタグを除いたほとんどのコア関数を一覧にしています。ページの下には WordPress の関数についてより詳しく知るためのリソースも掲載しています。ここにある情報に加え、 WordPress phpdoc サイト には WordPress 2.6.1 以降の関数がすべて網羅されています。
このページの完成度を高めるためにご協力ください!
- サブページを作ったり、以下のリストに簡単なコメントや関数の説明を書き込んだりしてください。もし関数用のサブページを作っていただけるならば、その関数に関する情報と使用例を含めてください。できれば、Template Tagsにあるような形式にしてください。
- カテゴリー構造に従って、足りない関数を追加してください。
- 関数が不適切なカテゴリーにある場合は、適切なカテゴリーに移動してください。そして、誤字脱字を訂してください。一つの関数が複数のカテゴリーに含まれていても構いません。
WordPress への協力ページで、貢献のための詳細情報を読んでみてください。
カテゴリー別関数
公式・非公式リファレンス
- WordPress.org PHPDoc - Nearly all the functions in WordPress have "PHPDoc" headers. This site shows all the PHPDoc.
- Trac Browser - WordPress source code. Choose 'Tags' to find a specific version source code, or 'Trunk' to see the latest version source code.
- PHPXref for WordPress - Cross reference of WordPress files, functions, and variables, which seems to point to the latest released version.
- 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)"
- 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 Hooks Table - A list of WordPress actions and filters, cross-referenced to the files they are in
最新英語版: WordPress Codex » Function Reference (最新版との差分)
fax:Function_Reference