WP_REST_Taxonomies_Controller::__construct() WordPress Method
The WP_REST_Taxonomies_Controller::__construct() function is used to create a new taxonomies controller. This function sets up the initial properties and includes the necessary files for the controller.
WP_REST_Taxonomies_Controller::__construct() #
Constructor.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
public function __construct() { $this->namespace = 'wp/v2'; $this->rest_base = 'taxonomies'; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |