rest_is_boolean()
Function: Determines if a given value is boolean-like.
Source: wp-includes/rest-api.php:1415
Function: Determines if a given value is boolean-like.
Source: wp-includes/rest-api.php:1415
Function: Given an array of fields to include in a response, some of which may be `nested.fields`, determine whether the provided field should be included in the response body.
Source: wp-includes/rest-api.php:890
Function: Determines if a given value is integer-like.
Source: wp-includes/rest-api.php:1448
Function: Determines if an IP address is valid.
Source: wp-includes/rest-api.php:1376
Function: Determines if a given value is object-like.
Source: wp-includes/rest-api.php:1497
Function: Sends a Link header for the REST API.
Source: wp-includes/rest-api.php:957
Function: Outputs the REST API link tag into page header.
Source: wp-includes/rest-api.php:936
Function: Adds the REST API URL to the WP RSD endpoint.
Source: wp-includes/rest-api.php:918
Function: Parses an RFC3339 time into a Unix timestamp.
Source: wp-includes/rest-api.php:1212
Function: Parses the “_embed” parameter into the list of resources to embed.
Source: wp-includes/rest-api.php:2878