REST API (category)
get_rest_url() | Retrieves the URL to a REST endpoint on a site. |
register_rest_field() | Registers a new field on an existing WordPress object type. |
register_rest_route() | Registers a REST API route. |
rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
rest_is_boolean() | Determines if a given value is a boolean or boolean-like. Doesn't look at the type of a given value, and like in PHP, |
rest_output_link_wp_head() | Displays a link to the root REST API route in the <head> section on all site pages. |
rest_sanitize_array() | Converts an array-like value to an array. |
rest_stabilize_value() | Stabilizes a value following JSON Schema semantics. |
rest_url() | Retrieves the URL to a REST endpoint. |
WP_Application_Passwords::create_new_application_password() | Creates a new application password. |
wp_authenticate_application_password() | Authenticates the user using an application password. |
wp_generate_uuid4() | Generates an identifier - a random unique string consisting of letters and numbers. Creates UUID (Universally unique identifier) version 4. |
wp_is_application_passwords_available() | Checks if Application Passwords is globally available. |
wp_is_uuid() | Checks if the specified string is a UUID string. |