WP_REST_Global_Styles_Controller::get_collection_params(): array

Retrieves the query params for the global styles collection.


Return

array Collection parameters.


Top ↑

Source

File: wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php. View all references

public function get_collection_params() {
	return array();
}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.