• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register

WordPress.org

  • Showcase
  • Learn
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
    • Five for the Future
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-includes/rest-api.php

rest_get_endpoint_args_for_schema()

Function: Retrieves an array of endpoint arguments from the item schema and endpoint method.

Source: wp-includes/rest-api.php:2845

Used by 1 function | Uses 1 function

rest_validate_json_schema_pattern()

Function: Validates if the JSON Schema pattern matches a value.

Source: wp-includes/rest-api.php:1640

Used by 2 functions | Uses 0 functions

rest_find_matching_pattern_property_schema()

Function: Finds the schema for a property using the patternProperties keyword.

Source: wp-includes/rest-api.php:1655

Used by 3 functions | Uses 1 function

rest_format_combining_operation_error()

Function: Formats a combining operation error into a WP_Error object.

Source: wp-includes/rest-api.php:1676

Used by 1 function | Uses 2 functions

rest_get_combining_operation_error()

Function: Gets the error of combining operation.

Source: wp-includes/rest-api.php:1709

Used by 2 functions | Uses 4 functions

rest_find_any_matching_schema()

Function: Finds the matching schema among the “anyOf” schemas.

Source: wp-includes/rest-api.php:1778

Used by 3 functions | Uses 3 functions

rest_find_one_matching_schema()

Function: Finds the matching schema among the “oneOf” schemas.

Source: wp-includes/rest-api.php:1812

Used by 3 functions | Uses 6 functions

rest_get_allowed_schema_keywords()

Function: Get all valid JSON schema properties.

Source: wp-includes/rest-api.php:1884

Used by 2 functions | Uses 0 functions

rest_add_application_passwords_to_index()

Function: Adds Application Passwords info to the REST API index.

Source: wp-includes/rest-api.php:1107

Used by 0 functions | Uses 2 functions

rest_application_password_collect_status()

Function: Collects the status of authenticating with an application password.

Source: wp-includes/rest-api.php:1056

Used by 0 functions | Uses 0 functions

rest_application_password_check_errors()

Function: Checks for errors when using application password-based authentication.

Source: wp-includes/rest-api.php:1073

Used by 0 functions | Uses 1 function

rest_queried_resource_route

Filter Hook: Filters the REST route for the currently queried object.

Source: wp-includes/rest-api.php:2831

Used by 1 function | Uses 0 functions

rest_get_route_for_post()

Function: Gets the REST API route for a post.

Source: wp-includes/rest-api.php:2724

Used by 4 functions | Uses 4 functions

rest_route_for_post

Filter Hook: Filters the REST API route for a post.

Source: wp-includes/rest-api.php:2758

Used by 1 function | Uses 0 functions

rest_get_route_for_term()

Function: Gets the REST API route for a term.

Source: wp-includes/rest-api.php:2769

Used by 2 functions | Uses 4 functions

rest_route_for_term

Filter Hook: Filters the REST API route for a term.

Source: wp-includes/rest-api.php:2803

Used by 1 function | Uses 0 functions

rest_get_queried_resource_route()

Function: Gets the REST route for the currently queried object.

Source: wp-includes/rest-api.php:2813

Used by 2 functions | Uses 11 functions

rest_filter_response_by_context()

Function: Filters the response to remove any fields not available in the given context.

Source: wp-includes/rest-api.php:2581

Used by 2 functions | Uses 6 functions

rest_default_additional_properties_to_false()

Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.

Source: wp-includes/rest-api.php:2686

Used by 4 functions | Uses 1 function

rest_get_best_type_for_value()

Function: Gets the best type for a value.

Source: wp-includes/rest-api.php:1508

Used by 1 function | Uses 0 functions

rest_handle_multi_type_schema()

Function: Handles getting the best type for a multi-type schema.

Source: wp-includes/rest-api.php:1547

Used by 2 functions | Uses 4 functions

rest_validate_array_contains_unique_items()

Function: Checks if an array is made up of unique items.

Source: wp-includes/rest-api.php:1582

Used by 2 functions | Uses 1 function

rest_stabilize_value()

Function: Stabilizes a value following JSON Schema semantics.

Source: wp-includes/rest-api.php:1611

Used by 2 functions | Uses 3 functions

rest_sanitize_array()

Function: Converts an array-like value to an array.

Source: wp-includes/rest-api.php:1434

Used by 2 functions | Uses 1 function

rest_is_object()

Function: Determines if a given value is object-like.

Source: wp-includes/rest-api.php:1455

Used by 1 function | Uses 0 functions

rest_sanitize_object()

Function: Converts an object-like value to an object.

Source: wp-includes/rest-api.php:1479

Used by 2 functions | Uses 0 functions

rest_is_integer()

Function: Determines if a given value is integer-like.

Source: wp-includes/rest-api.php:1406

Used by 1 function | Uses 0 functions

rest_is_array()

Function: Determines if a given value is array-like.

Source: wp-includes/rest-api.php:1418

Used by 2 functions | Uses 2 functions

rest_parse_hex_color()

Function: Parses a 3 or 6 digit hex color (with #).

Source: wp-includes/rest-api.php:1197

Used by 1 function | Uses 0 functions

rest_handle_doing_it_wrong()

Function: Handles _doing_it_wrong errors.

Source: wp-includes/rest-api.php:641

Used by 0 functions | Uses 1 function
1 2 3 Next »
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.