Kitz Builder helps you build Divi sites ten times faster with cloud storage and drop-in features.
Support
- If any problem occurs, please contact us at support@enspyredigital.com
How to use
- First Activate Plugin.
- Then Click on 」 Kitz Pro 」 menu. Then connect your dropbox with your account.= Minimum requirements for Kitz Pro =
* WordPress 3.3+
* PHP 5.x
* MySQL 5.x
If any problem occurs, please contact us at https://app.divikitz.com/, Here you need to login and you can chat with us directly.
Divi Kitz Website
-
Here is the main website where I am using API to connect with this website. Here is the URL: https://app.divikitz.com/login. The website admin needs to login here with a subscription and create a token.
-
Website admin can use their email and password to get 「Sections」 and 「Layout」 with API』s.
-
define(『kitz_apiurl』, 「https://app.divikitz.com/」); Here is the main website I defined here main website URL 「kitz_apiurl」.
-
I used this function to Connect/Disconnect https://app.divikitz.com/ website by API: wp_remote_get(kitz_apiurl . 『wp-json/kitzdropbox/connect』);
Drop Box
-
wp_remote_post(『https://content.dropboxapi.com/2/files/upload』, $args) I used this function to upload JSON files. Admin can upload their DIVI JSON file with this function. This function will save their .json file into Dropbox by this API.
-
wp_remote_post(『https://api.dropboxapi.com/2/files/create_folder_v2』, $args_section_folder); I used this function for creating a folder in dropbox. Admin can upload their JSON file in the created folder.
-
wp_remote_post(『https://api.dropboxapi.com/2/files/list_folder』, $args_listfolder); I used this function to retrieve all folders from the Dropbox.
-
wp_remote_post(『https://api.dropbox.com/oauth2/token』, $args); I used this function to create a token by this API.
-
wp_remote_post(『https://content.dropboxapi.com/2/files/download』, $dropbox_download_args); I used this function to download All . Json file in the wp plugin directory.






