How to find clone data location store by Wordpress Toolkit?

kumkumsharma

Administrator
Staff member
You will find the clone data of your Wordpress website in installation path, but its available in hidden directory with ".wp-toolkit_X".

Here X represents a variable which ensures that directory has unique name.

You can check below example:

Code:
/home/user/public_html/.wp-toolkit_z
 
Top