Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_send_user_request() | Send a confirmation request email to confirm an action. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |