Used By
| Used By | Description |
|---|---|
| wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::dispatch() | Matches the request to a callback and call it. |
Retrieves namespaces registered on the server.
(string[]) List of registered namespaces.
File: wp-includes/rest-api/class-wp-rest-server.php
public function get_namespaces() {
return array_keys( $this->namespaces );
} | Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_server/get_namespaces