WP_REST_Autosaves_Controller::get_collection_params()

Retrieves the query params for the autosaves collection.


Description


Return

(array) Collection parameters.


Top ↑

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' ) ),
		);
	}

Top ↑

Changelog

Version Description
5.0.0 Introduced.