WP_REST_URL_Details_Controller::__construct() – Constructs the controller.
You appear to be a bot. Output may be restricted
Description
Constructs the controller.
Usage
WP_REST_URL_Details_Controller::__construct();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
Lines:
1 to 4 of 4
public function __construct() { $this->namespace = 'wp-block-editor/v1'; $this->rest_base = 'url-details'; }