111 results found for "rest_". Showing results 1 to 30.

rest_index

Filter Hook: Filters the REST API root index data.

Source: wp-includes/rest-api/class-wp-rest-server.php:1294

Used by 1 function | Uses 0 functions

rest_enabled

Filter Hook (deprecated): Filters whether the REST API is enabled.

Source: wp-includes/rest-api/class-wp-rest-server.php:352

Used by 1 function | Uses 0 functions

rest_endpoints

Filter Hook: Filters the array of available REST API endpoints.

Source: wp-includes/rest-api/class-wp-rest-server.php:888

Used by 1 function | Uses 0 functions

rest_route_data

Filter Hook: Filters the publicly-visible data for REST API routes.

Source: wp-includes/rest-api/class-wp-rest-server.php:1472

Used by 1 function | Uses 0 functions

rest_delete_user

Action Hook: Fires immediately after a user is deleted via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:942

Used by 1 function | Uses 0 functions

rest_insert_user

Action Hook: Fires immediately after a user is created or updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:618

Used by 2 functions | Uses 0 functions

rest_prepare_user

Filter Hook: Filters user data returned from the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1085

Used by 1 function | Uses 0 functions

rest_pre_dispatch

Filter Hook: Filters the pre-calculated result of a REST API dispatch request.

Source: wp-includes/rest-api/class-wp-rest-server.php:991

Used by 2 functions | Uses 0 functions

rest_save_sidebar

Action Hook: Fires after a sidebar is updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php:251

Used by 1 function | Uses 0 functions

rest_delete_widget

Action Hook: Fires after a widget is deleted via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:468

Used by 1 function | Uses 0 functions

rest_prepare_theme

Filter Hook: Filters theme data returned from the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:351

Used by 1 function | Uses 0 functions

rest_delete_comment

Action Hook: Fires after a comment is deleted via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1024

Used by 1 function | Uses 0 functions

rest_insert_comment

Action Hook: Fires after a comment is created or updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:727

Used by 2 functions | Uses 0 functions

rest_prepare_status

Filter Hook: Filters a post status returned from the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:284

Used by 1 function | Uses 0 functions

rest_delete_revision

Action Hook: Fires after a revision is deleted via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:484

Used by 1 function | Uses 0 functions