1,010 results found for “rest_”. Showing results 1 to 25.
-
hookrest_url
Filters the REST URL.
-
functionrest_url()
Retrieves the URL to a REST endpoint.
-
hookrest_index
Filters the REST API root index data.
-
functionget_rest_url()
Retrieves the URL to a REST endpoint on a site.
-
hookrest_enabled
Filters whether the REST API is enabled.
-
functionrest_api_init()
Registers rewrite rules for the REST API.
-
hookrest_api_init
Fires when preparing to serve a REST API request.
-
functionrest_is_array()
Determines if a given value is array-like.
-
hookrest_endpoints
Filters the array of available REST API endpoints.
-
functionrest_is_object()
Determines if a given value is object-like.
-
classWP_REST_Server
Core class used to implement the WordPress REST API server.
-
functionrest_api_loaded()
Loads the REST API.
-
functionrest_do_request()
Do a REST request.
-
functionrest_get_server()
Retrieves the current REST server instance.
-
functionrest_is_boolean()
Determines if a given value is boolean-like.
-
functionrest_is_integer()
Determines if a given value is integer-like.
-
functionrest_output_rsd()
Adds the REST API URL to the WP RSD endpoint.
-
functionrest_parse_date()
Parses an RFC3339 time into a Unix timestamp.
-
hookrest_route_data
Filters the publicly-visible data for REST API routes.
-
hookrest_url_prefix
Filters the REST URL prefix.
-
hookrest_user_query
Filters WP_User_Query arguments when querying users via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:346 -
classWP_REST_Request
Core class used to implement a REST request object.
-
hookrest_delete_user
Fires immediately after a user is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:955 -
hookrest_insert_user
Fires immediately after a user is created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:631