WP_REST_Server::get_namespaces(): string[]

Retrieves namespaces registered on the server.


Return

string[] List of registered namespaces.


Top ↑

Source

File: wp-includes/rest-api/class-wp-rest-server.php. View all references

public function get_namespaces() {
	return array_keys( $this->namespaces );
}


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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