.. | |||||
.htaccess | |||||
API.php | |||||
Categories.php | |||||
Conditions.php | |||||
Dependencies.php | |||||
FullSiteImport.php | |||||
Import.php | |||||
Items.php | |||||
Login.php | |||||
MyClouds.php | |||||
Profile.php | |||||
SavedTemplates.php | |||||
SignUp.php | |||||
Tags.php | |||||
TemplateTypes.php | |||||
ThemeBuilderApi.php | |||||
WorkSpaces.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' ] ); } }
.. | |||||
.htaccess | |||||
API.php | |||||
Categories.php | |||||
Conditions.php | |||||
Dependencies.php | |||||
FullSiteImport.php | |||||
Import.php | |||||
Items.php | |||||
Login.php | |||||
MyClouds.php | |||||
Profile.php | |||||
SavedTemplates.php | |||||
SignUp.php | |||||
Tags.php | |||||
TemplateTypes.php | |||||
ThemeBuilderApi.php | |||||
WorkSpaces.php |