Hi Manuel
Thanks for replying so fast…
I would like to have a signup page with a form to collect data.
Once validated I shall invoke:
site_cloner(domain, user, email, title, site2clone, etc…)
which will use the code that you already have.
This function is an API to your plugin,
assuming that the plugin is activated.
After completion the user can view or edit the new site/blog.
You may see my idea as a customized extension to the
current WordPress signup page.
The function call will take parameters of any possible parameter that is needed
while the caller may use defult values if appropriate in porder to simplify
the process of creating a new site.