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

rest_sanitize_value_from_schema()

Function: Sanitize a value based on a schema.

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

Used by 5 functions | Uses 4 functions

rest_validate_value_from_schema()

Function: Validate a value based on a schema.

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

Used by 6 functions | Uses 9 functions

rest_avatar_sizes

Filter Hook: Filters the REST avatar sizes.

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

Used by 1 function | Uses 0 functions

rest_get_avatar_sizes()

Function: Retrieves the pixel sizes for avatars.

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

Used by 3 functions | Uses 2 functions

rest_get_avatar_urls()

Function: Retrieves the avatar urls in various sizes based on a given email address.

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

Used by 2 functions | Uses 2 functions

rest_is_boolean()

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

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

Used by 1 function | Uses 0 functions

rest_sanitize_boolean()

Function: Changes a boolean-like value into the proper boolean value.

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

Used by 1 function | Uses 0 functions

rest_is_ip_address()

Function: Determines if an IP address is valid.

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

Used by 2 functions | Uses 1 function

rest_parse_request_arg()

Function: Parse a request argument based on details registered to the route.

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

Used by 1 function | Uses 3 functions

rest_validate_request_arg()

Function: Validate a request argument based on details registered to the route.

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

Used by 3 functions | Uses 1 function
1 2 … 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy