@CyberPanel
FYI: I deleted the staging site from the main website as a child. I just went to take a WP clone (Duplicator plugin) and found that the staging site still has files present. Therefore it’s not removed the files.
It’s also created a number of duplications i.e:
public_html > parent_wp > child_wp > child_wp (the second child doesn’t have all WP files just some html files)
Also, if there is more than one clone created, the second clone creates a copy of the first clones wp files into it as well, including the second child version of its self. This is creating a serious amount of bloat within the system.
With regards to the database, I am not sure if it’s cloned the database, but the wp-config file for the clones has the parent DB + credentials. Although it has created I assume a clone as it has random db name + user listed under parent websites DB.
Sidenote: the random database name is a bit annoying as it’s difficult to determine which site it’s for. i.e. if I had created staging & dev as child clones, I wouldn’t easily know which DB the site is for.