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

@@ -128,7 +128,6 @@ if ( ! class_exists( 'OpalEstate' ) ) {
self::$instance->roles = new Opalestate_Roles();
self::$instance->html = new Opalestate_HTML_Elements();
self::$instance->api = new Opalestate_API();
self::$instance->api_admin = new Opalestate_API_Admin();
self::$instance->session = new Opalestate_Session();
/**