# templately/3.2.6/includes/API/FullSiteImport.php

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 3.2.6. 15 lines.

- Page: https://pluginprobe.com/plugins/templately/3.2.6/code/includes/API/FullSiteImport.php
- Raw: https://pluginprobe.com/plugins/templately/3.2.6/raw/includes/API/FullSiteImport.php
- Modified: 2024-01-24T10:10:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/templately/3.2.6/code/includes/API/FullSiteImport.php#L10-L20`.

```php
<?php

namespace Templately\API;

use Templately\API\API;
use WP_REST_Request;
use WP_REST_Response;

class FullSiteImport extends API {
	public function register_routes() {
		$this->get( 'site-import/(?P<id>[0-9]+)', [ $this, 'site_import' ] );
	}


}
```
