WP_REST_Edit_Site_Export_Controller::__construct()
Constructor.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
.
View all references
public function __construct() {
$this->namespace = 'wp-block-editor/v1';
$this->rest_base = 'export';
}
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |