WP_REST_Server::get_namespaces(): string[]
Retrieves namespaces registered on the server.
Return
string[] List of registered namespaces.
Source
File: wp-includes/rest-api/class-wp-rest-server.php
.
View all references
public function get_namespaces() {
return array_keys( $this->namespaces );
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |