Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_validate_request_arg() | Validate a request argument based on details registered to the route. |
wp-includes/rest-api.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
wp-includes/functions.php: wp_parse_slug_list() | Clean up an array, comma- or space-separated list of slugs. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
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. |