class-wp-user.php ユーザーAPI:WP_Userクラス。User API: WP_User class タグの説明と使い方。
class-wp-userファイルは wp-includes ディレクトリに保存されています。
ページコンテンツ
class-wp-user.php タグリスト

WordPress wp-includes/class-wp-user.php 関数 リスト
wp-includes/class-wp-user.php
コード | 説明 | タイプ |
---|---|---|
add_user_role | add_user_role とは、ユーザーに新しい役割が与えられた直後に発生します。・action : 529 | action |
remove_user_role | remove_user_role とは、ユーザーからロールが削除された直後に発生します。・action : 556 | action |
set_user_role | set_user_role とは、ユーザーの役割が変更された後に発生します。・action : 599 | action |
user_has_cap | user_has_cap とは、ユーザの能力を動的にフィルタリングします。・hooks : 746 | hooks |
WP_User | WP_User とは、WP_Userオブジェクトの実装に使用されるコアClasses。・Classes : 36 | Classes |
WP_User :: _ init_caps() | WP_User :: _ init_caps() とは、functionsオブジェクトのプロパティを設定します。・Method : 454 | Method |
WP_User :: __ call() | WP_User :: __ call() とは、下位互換性のためにプライベート/保護されたMethodを読みやすくします。・Method : 259 | Method |
WP_User :: __ construct() | WP_User :: __ construct() とは、コンストラクタ。・Method : 121 | Method |
WP_User :: __ get() | WP_User :: __ get() とは、カスタムフィールドにアクセスするためのマジックMethod。・Method : 305 | Method |
WP_User :: __ isset() | WP_User :: __ isset() とは、特定のカスタムフィールドの存在を確認するためのマジックMethod。・Method : 275 | Method |
WP_User :: __ set() | WP_User :: __ set() とは、カスタムユーザフィールドを設定するためのマジックMethod。・Method : 344 | Method |
WP_User :: __ unset() | WP_User :: __ unset() とは、特定のカスタムフィールドを解除するためのマジックMethod。・Method : 368 | Method |
WP_User :: add_cap() | WP_User :: add_cap() とは、functionsを追加し、functionsへのアクセスを許可または拒否する。・Method : 657 | Method |
WP_User :: add_role() | WP_User :: add_role() とは、ユーザーにロールを追加します。・Method : 511 | Method |
WP_User :: exists() | WP_User :: exists() とは、ユーザーがデータベースに存在するかどうかを確認します。・Method : 396 | Method |
WP_User :: for_blog() | WP_User :: for_blog() とは、操作するサイトを設定します。デフォルトは現在のサイトです。・Method : 784 | Method |
WP_User :: get() | WP_User :: get() とは、プロパティまたはメタキーの値を取得します。・Method : 410 | Method |
WP_User :: get_data_by() | WP_User :: get_data_by() とは、メインユーザーフィールドのみを返します。・Method : 189 | Method |
WP_User :: get_role_caps() | WP_User :: get_role_caps() とは、すべてのロールfunctionsを取得し、個々のfunctionsとマージします。・Method : 483 | Method |
WP_User :: has_cap() | WP_User :: has_cap() とは、ユーザーが能力名または役割名を持っているかどうか。・Method : 718 | Method |
WP_User :: has_prop() | WP_User :: has_prop() とは、プロパティまたはメタキーが設定されているかどうかを判断する・Method : 424 | Method |
WP_User :: init() | WP_User :: init() とは、functionsを含むオブジェクトのプロパティを設定します。・Method : 168 | Method |
WP_User :: level_reduction() | WP_User :: level_reduction() とは、ユーザーが持つ最大レベルを選択します。・Method : 621 | Method |
WP_User :: remove_all_caps() | WP_User :: remove_all_caps() とは、ユーザーのすべてのfunctionsを削除します。・Method : 690 | Method |
WP_User :: remove_cap() | WP_User :: remove_cap() とは、ユーザーからfunctionsを削除します。・Method : 672 | Method |
WP_User :: remove_role() | WP_User :: remove_role() とは、ユーザーからロールを削除します。・Method : 540 | Method |
WP_User :: set_role() | WP_User :: set_role() とは、ユーザーのロールを設定します。・Method : 571 | Method |
WP_User :: to_array() | WP_User :: to_array() とは、配列表現を返します。・Method : 435 | Method |
WP_User :: translate_level_to_cap() | WP_User :: translate_level_to_cap() とは、数値レベルをレベル能力名に変換します。・Method : 771 | Method |
WP_User :: update_user_level_from_caps() | WP_User :: update_user_level_from_caps() とは、ユーザーの最大ユーザーレベルを更新します。・Method : 642 | Method |
ソース ファイル | wp-includes/class-wp-user | 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 |