• Resolved kangenguru

    (@kangenguru)


    Is 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

Viewing 1 replies (of 1 total)
  • Plugin Author Manuel Razzari

    (@manuelrazzari)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Pass Parameters To New Clone’ is closed to new replies.