Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_create_user_request() | Create and log a user request to perform a specific action. |
wp-includes/user.php: wp_send_user_request() | Send a confirmation request email to confirm an action. |
wp-includes/user.php: _wp_privacy_action_request_types() | Get all user privacy request types. |
wp-admin/includes/privacy-tools.php: _wp_privacy_resend_request() | Resend an existing request and return the result. |
wp-admin/includes/template.php: add_settings_error() | Register a settings error to be displayed to the user. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/formatting.php: is_email() | Verifies that an email is valid. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/pluggable.php: check_admin_referer() | Ensures intent by verifying that a user was referred from another admin page with the correct security nonce. |
wp-includes/pluggable.php: get_user_by() | Retrieve user info by a given field |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |