WP_REST_Autosaves_Controller::register_routes()
Method: Registers the routes for autosaves.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:82
Method: Registers the routes for autosaves.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:82
Method: Get the parent post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:144
Method: Checks if a given request has access to get autosaves.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:156
Method: Checks if a given request has access to create an autosave revision.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:184
Method: Creates, updates or deletes an autosave revision.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:206
Method: Get the autosave, if the ID is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:260
Method: Gets a collection of autosaves using wp_get_post_autosave.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:295
Method: Retrieves the autosave’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:323
Method: Creates autosave for the specified post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:353
Method: Prepares the revision for the REST response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:411