Used By
Used By | Description |
---|---|
wp-includes/rest-api.php: rest_sanitize_array() | Converts an array-like value to an array. |
wp-includes/rest-api.php: rest_is_array() | Determines if a given value is array-like. |
wp-includes/rest-api.php: rest_parse_embed_param() | Parses the “_embed” parameter into the list of resources to embed. |
wp-includes/rest-api/endpoints/class-wp-rest-controller.php: WP_REST_Controller::get_fields_for_response() | Gets an array of fields to be included on the response. |
wp-includes/rest-api.php: rest_filter_response_fields() | Filter the API response to include only a white-listed set of response object fields. |
wp-includes/functions.php: wp_parse_slug_list() | Clean up an array, comma- or space-separated list of slugs. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::get_comment_ids() | Used internally to get a list of comment IDs matching the query vars. |
wp-includes/functions.php: wp_parse_id_list() | Clean up an array, comma- or space-separated list of IDs. |
wp-includes/post.php: get_pages() | Retrieve a list of pages (or hierarchical post type items). |