WPIntell

Source evidence

Pass Parameters To New Clone

Multisite Cloner · support · 2017-05-29T18:33:00+00:00

mixedsentiment
lowseverity
0.51relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kangenguru resolved
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 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 .

Comments

1 shown
Manuel Razzari 2017-05-29T19:50:00+00:00

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 .