1,011 results found for “rest_”. Showing results 51 to 75.
-
functionrest_sanitize_array()
Converts an array-like value to an array.
-
functionwp_is_rest_endpoint()
Checks whether a REST API endpoint request is currently being handled.
-
Filters whether a REST endpoint request is currently being handled.
-
Fires after a revision is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:502 -
functionrest_ensure_response()
Ensures a REST response is a response object (for consistency).
-
functionrest_get_avatar_urls()
Retrieves the avatar URLs in various sizes.
-
Filters the REST API namespace index data.
-
functionrest_parse_hex_color()
Parses a 3 or 6 digit hex color (with #).
-
Filters a comment returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1141 -
Filters the value of a setting recognized by the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:98 -
Filters user data before insertion via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1199 -
functionrest_sanitize_object()
Converts an object-like value to an array.
-
functionrest_stabilize_value()
Stabilizes a value following JSON Schema semantics.
-
Filters the REST Server Class.
-
functionrest_are_values_equal()
Checks the equality of two values, following JSON Schema semantics.
-
Filters the REST API dispatch request result.
-
functionrest_get_avatar_sizes()
Retrieves the pixel sizes for avatars.
-
Filters a revision returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:482 -
Filters a revision returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:667 -
Filters a taxonomy returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:291 -
Filters the query_vars used in get_items() for the constructed query.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1194 -
Filters the REST API request generated from a URL.
-
functionrest_sanitize_boolean()
Changes a boolean-like value into the proper boolean value.