class-wp-error.php WP_Errorクラスとis_wp_error()関数が含まれています。WordPress Error API タグの説明と使い方。
class-wp-errorファイルは wp-includes ディレクトリに保存されています。
ページコンテンツ
class-wp-error.php タグリスト

WordPress wp-includes/class-wp-error.php 関数 リスト
wp-includes/class-wp-error.php
| コード | 説明 | タイプ |
|---|---|---|
| WP_Error | WP_Error とは、 WordPressエラークラス。・Classes : 21 | Classes |
| WP_Error :: __ construct() | WP_Error :: __ construct() とは、エラーを初期化します。・Method : 55 | Method |
| WP_Error :: __ get() | WP_Error :: __ get() とは、後方互換性のためにプライベートプロパティを読み取り可能にします。・Method : 77 | Method |
| WP_Error :: __ isset() | WP_Error :: __ isset() とは、後方互換性のためにプライベートプロパティをチェック可能にする。・Method : 104 | Method |
| WP_Error :: __ set() | WP_Error :: __ set() とは、後方互換性のためにプライベートプロパティを設定可能にする。・Method : 91 | Method |
| WP_Error :: __ unset() | WP_Error :: __ unset() とは、下位互換性のためにプライベートプロパティをunsetableにします。・Method : 116 | Method |
| WP_Error :: add() | WP_Error :: add() とは、エラーを追加するか、既存のエラーに追加のメッセージを追加します。・Method : 167 | Method |
| WP_Error :: add_data() | WP_Error :: add_data() とは、エラーコードのデータを追加します。・Method : 183 | Method |
| WP_Error :: get_error_code() | WP_Error :: get_error_code() とは、利用可能な最初のエラーコードを取得します。・Method : 88 | Method |
| WP_Error :: get_error_codes() | WP_Error :: get_error_codes() とは、すべてのエラーコードを取得します。・Method : 73 | Method |
| WP_Error :: get_error_data() | WP_Error :: get_error_data() とは、エラーコードのエラーデータを取得します。・Method : 149 | Method |
| WP_Error :: get_error_message() | WP_Error :: get_error_message() とは、単一のエラーメッセージを取得します。・Method : 132 | Method |
| WP_Error :: get_error_messages() | WP_Error :: get_error_messages() とは、すべてのエラーメッセージまたはコードに一致するエラーメッセージを取得します。・Method : 105 | Method |
| WP_Error :: remove() | WP_Error :: remove() とは、指定されたエラーを削除します。・Method : 200 | Method |
| ソース ファイル | wp-includes/class-wp-error | 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 |
