WP_REST_Autosaves_Controller::get_collection_params()
Retrieves the query params for the autosaves collection.
Description Description
Return Return
(array) Collection parameters.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
public function get_collection_params() {
return array(
'context' => $this->get_context_param( array( 'default' => 'view' ) ),
);
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |