WP_REST_Menu_Locations_Controller::get_collection_params(): array In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the query params for collections. Return array Collection parameters. Source public function get_collection_params() { return array( 'context' => $this->get_context_param( array( 'default' => 'view' ) ), ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_REST_Menu_Locations_Controller::register_routes()wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.phpRegisters the routes for the objects of the controller. Changelog VersionDescription5.9.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.