Conversation
supportIs there a way to pass parameters when creating a new clone for example: ##NAME## – Name of Blogger ##PHONE## – Blogger’s Phone ##EMAIL## – Blogger’s Email It would be best if I would be able to add as many parameters possible. Currently, the new user has to go in and manually edit the pages. There is a search and replace plugin but that is too dangerous in the hands of the uninitiated. Please advise. Adrian
What you want is not built as part of the plugin, as it’s very specific to your use case. I suggest you look into the wpmu_new_blog WP action, and hook into it to save your custom fields as needed with update_option .
What you want is not built as part of the plugin, as it’s very specific to your use case. I suggest you look into the wpmu_new_blog WP action, and hook into it to save your custom fields as needed with update_option .