rest-api.phpファイルは wp-includes ディレクトリに保存されています。
REST API関数 リストと各、REST API functions タグの説明と使い方。
rest-api.php タグリスト

WordPress rest-api.php 関数 リスト
wp-includes/rest-api.php
| コード | 説明 | タイプ |
|---|---|---|
| create_initial_rest_routes() | create_initial_rest_routes() とは、デフォルトのREST APIルートを登録します。rest-api.php : 182 | functions |
| get_rest_url() | get_rest_url() とは、サイト上のRESTエンドポイントへのURLを取得します。rest-api.php : 310 | functions |
| register_rest_field() | register_rest_field() とは、既存のWordPressオブジェクトタイプに新しいフィールドを登録します。rest-api.php : 105 | functions |
| register_rest_route() | register_rest_route() とは、 REST APIルートを登録します。rest-api.php : 32 | functions |
| rest_api_default_filters() | rest_api_default_filters() とは、デフォルトのREST APIフィルタを登録します。rest-api.php : 163 | functions |
| rest_api_init | rest_api_init とは、 APIリクエストを提供する準備をするときに起動します。rest-api.php : 434 | action |
| rest_api_init() | rest_api_init() とは、 APIの書き換えルールを登録します。rest-api.php : 131 | functions |
| rest_api_loaded() | rest_api_loaded() とは、 REST APIをロードします。rest-api.php : 250 | functions |
| rest_api_register_rewrites() | rest_api_register_rewrites() とは、 RESTリライトルールを追加します。rest-api.php : 146 | functions |
| rest_authorization_required_code() | rest_authorization_required_code() とは、認証エラーのコンテキストHTTPエラーコードを返します。rest-api.php : 846 | functions |
| rest_avatar_sizes | rest_avatar_sizes とは、 RESTのアバターサイズをフィルタリングします。rest-api.php : 1029 | hooks |
| rest_cookie_check_errors() | rest_cookie_check_errors() とは、 Cookieベースの認証を使用しているときにエラーをチェックします。rest-api.php : 709 | functions |
| rest_cookie_collect_status() | rest_cookie_collect_status() とは、 Cookieの認証ステータスを収集します。rest-api.php : 763 | functions |
| rest_do_request() | rest_do_request() とは、 REST要求を行います。rest-api.php : 390 | functions |
| rest_ensure_request() | rest_ensure_request() とは、要求引数が要求オブジェクトであることを保証する(一貫性のため)。rest-api.php : 448 | functions |
| rest_ensure_response() | rest_ensure_response() とは、 REST応答が応答オブジェクト(一貫性のため)であることを保証する。rest-api.php : 470 | functions |
| rest_get_avatar_sizes() | rest_get_avatar_sizes() とは、アバターのピクセルサイズを取得します。rest-api.php : 1017 | functions |
| rest_get_avatar_urls() | rest_get_avatar_urls() とは、特定の電子メールアドレスに基づいてさまざまなサイズのアバターURLを取得します。rest-api.php : 999 | functions |
| rest_get_date_with_gmt() | rest_get_date_with_gmt() とは、 GMT相当のローカル日付をMySQLの日時フォーマットで取得します。rest-api.php : 812 | functions |
| rest_get_server() | rest_get_server() とは、現在のRESTサーバーインスタンスを取得します。rest-api.php : 406 | functions |
| rest_get_url_prefix() | rest_get_url_prefix() とは、任意のAPIリソースのURLプレフィックスを取得します。rest-api.php : 284 | functions |
| rest_handle_deprecated_argument() | rest_handle_deprecated_argument() とは、ハンドル_deprecated_argument()エラーを。rest-api.php : 515 | functions |
| rest_handle_deprecated_function() | rest_handle_deprecated_function() とは、ハンドル_deprecated_function()エラーを。rest-api.php : 491 | functions |
| rest_handle_options_request() | rest_handle_options_request() とは、サーバーのOPTIONS要求を処理します。rest-api.php : 568 | functions |
| rest_is_boolean() | rest_is_boolean() とは、指定された値がブール値のようなものかどうかを判定します。rest-api.php : 964 | functions |
| rest_is_ip_address() | rest_is_ip_address() とは、 IPアドレスが有効かどうかを判断します。rest-api.php : 925 | functions |
| rest_output_link_header() | rest_output_link_header() とは、 REST APIにリンクヘッダーを送信します。rest-api.php : 678 | functions |
| rest_output_link_wp_head() | rest_output_link_wp_head() とは、 REST APIリンクタグをページヘッダーに出力します。rest-api.php : 663 | functions |
| rest_parse_date() | rest_parse_date() とは、 RFC3339の時刻をUnixタイムスタンプに解析します。rest-api.php : 786 | functions |
| rest_parse_request_arg() | rest_parse_request_arg() とは、ルートに登録された詳細に基づいてリクエスト引数を解析します。rest-api.php : 903 | functions |
| rest_sanitize_boolean() | rest_sanitize_boolean() とは、ブール値のような値を適切なブール値に変更します。rest-api.php : 943 | functions |
| rest_sanitize_request_arg() | rest_sanitize_request_arg() とは、ルートに登録された詳細に基づいてリクエスト引数をサニタイズします。rest-api.php : 880 | functions |
| rest_sanitize_value_from_schema() | rest_sanitize_value_from_schema() とは、スキーマに基づいて値をサニタイズします。rest-api.php : 1161 | functions |
| rest_send_allow_header() | rest_send_allow_header() とは、 "Allow"ヘッダーを送信して、現在のルートに送信できるすべてのメソッドを記述します。rest-api.php : 602 | functions |
| rest_send_cors_headers() | rest_send_cors_headers() とは、 API要求を使用してクロス・ソース・リソース共有ヘッダーを送信します。rest-api.php : 538 | functions |
| rest_url | rest_url とは、 REST URLをフィルタリングします。rest-api.php : 360 | hooks |
| rest_url() | rest_url() とは、 RESTエンドポイントへのURLを取得します。rest-api.php : 374 | functions |
| rest_url_prefix | rest_url_prefix とは、 REST URLプレフィックスをフィルタリングします。rest-api.php : 292 | hooks |
| rest_validate_request_arg() | rest_validate_request_arg() とは、ルートに登録された詳細に基づいてリクエスト引数を検証します。rest-api.php : 860 | functions |
| rest_validate_value_from_schema() | rest_validate_value_from_schema() とは、スキーマに基づいて値を検証します。rest-api.php : 1042 | functions |
| wp_rest_server_class | wp_rest_server_class とは、 RESTサーバークラスをフィルターします。rest-api.php : 421 | hooks |
| ソース ファイル | wp-includes/rest-api.php | File |
WordPress バージョン 4.8.1 wp-includes
| wp-includes/ フォルダ | |
| wp-includes/ certificates | wp-includes/ pomo |
| wp-includes/ css | wp-includes/ random_compat |
| wp-includes/ customize | wp-includes/ Requests |
| wp-includes/ fonts | wp-includes/ rest-api |
| wp-includes/ ID3 | wp-includes/ SimplePie |
| wp-includes/ images | wp-includes/ Text |
| wp-includes/ IXR | wp-includes/ theme-compat |
| wp-includes/ js | wp-includes/ widgets |
