118 results found for “rest_”. Showing results 1 to 25.
-
hookrest_url
Filters the REST URL.
-
hookrest_index
Filters the REST API root index data.
-
hookrest_enabled
Filters whether the REST API is enabled.
-
hookrest_api_init
Fires when preparing to serve a REST API request.
-
hookrest_endpoints
Filters the array of available REST API endpoints.
-
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 -
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 -
Filters the REST avatar sizes.
-
Filters user data returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1099 -
Filters the pre-calculated result of a REST API dispatch request.
-
Filters WP_Comment_Query arguments when querying comments via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:275 -
Filters whether JSONP is enabled for the REST API.
-
Filters the REST API response.
-
Filters theme data returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:369 -
Fires after a comment is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1025 -
Fires after a comment is created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:728 -
Filters plugin data for a REST API response.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:619 -
Filters a post status returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:285