WP_REST_Server::get_namespaces(): string[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves namespaces registered on the server. Return string[] List of registered namespaces. Source public function get_namespaces() { return array_keys( $this->namespaces ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_REST_Server::match_request_to_handler()wp-includes/rest-api/class-wp-rest-server.phpMatches a request object to its handler. Changelog VersionDescription4.4.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.