Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_get_user_request() | Return the user request object for the specified request ID. |
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: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |