Update API

This commit is contained in:
Hoang Huu
2019-10-12 09:59:54 +07:00
parent e7b240ef66
commit 82e5de4919
6 changed files with 26 additions and 885 deletions

View File

@@ -23,10 +23,6 @@ class Opalestate_API {
public function __construct() {
$this->init();
if ( is_admin() ) {
new Opalestate_API_Admin();
}
}
/**
@@ -42,7 +38,6 @@ class Opalestate_API {
$this->includes( [
'class-opalestate-admin-api-keys.php',
'class-opalestate-admin-api-keys-table-list.php',
'class-opalestate-api-admin.php',
'class-opalestate-base-api.php',
'v1/property.php',
'v1/agent.php',