@package: Users
-
Filters the recipient of the data request confirmation notification.
-
functionwp_send_user_request()
Send a confirmation request email to confirm an action.
-
Filters the body of the data erasure fulfillment notification.
-
Filters the text of the email sent when an account action is attempted.
-
Filters the subject of the user request confirmation email.
-
Filters the subject of the email sent when an account action is attempted.
-
Registers the personal data exporter for users.
-
functionwp_user_personal_data_exporter()
Finds and exports personal data associated with an email address from the user and user_meta table.
-
Gets all personal data request types.
-
Filters whether the user is allowed to edit a specific meta key of a specific object type and subtype.
-
Filters whether the user is allowed to edit meta for specific object types/subtypes.
-
methodWP_User::get_caps_data()
Gets the available user capabilities data.
-
methodWP_User::for_site()
Sets the site to operate on. Defaults to the current site.
-
methodWP_User::get_site_id()
Gets the ID of the site for which the user’s capabilities are currently initialized.
-
methodWP_Roles::get_site_id()
Gets the ID of the site for which roles are currently initialized.
-
Gets the available roles data.
-
methodWP_Roles::init_roles()
Initializes all of the available roles.
-
methodWP_Roles::for_site()
Sets the site to operate on. Defaults to the current site.
-
Filters the user capabilities to grant the ‘install_languages’ capability as necessary.
-
Filters whether the user is allowed to edit a specific meta key of a specific object type.
-
Filters whether the user is allowed to add post meta to a post of a given type.
-
Filters user data before the record is created or updated.
-
hookusername_exists
Filters whether the given username exists.
-
hookwp_roles_init
Fires after the roles have been initialized, allowing plugins to add their own roles.
-
Filters whether the user is allowed to add post meta to a post of a given type.
-
Filters the list of a user’s sites before it is populated.
-
function_wp_get_current_user()
Retrieves the current user object.
-
functionwp_authenticate_email_password()
Authenticates a user using the email and password.
-
methodWP_User::__unset()
Magic method for unsetting a certain custom field.
-
Fires after a new user registration has been recorded.