We support several URL parameters that can be added to the WP Admin URL (/wp-admin/) together with ?auto-launch=true to simplify the onboarding flow. Below are the available parameters.
Site Title
Define a specific site title and skip the user input screen.
- Parameter:
title - Accepted values: Any string (use
+to represent spaces) - Example:
/wp-admin/?auto-launch=true&title=The+Library+of+Babel
Site Description
Define a specific site description and skip the user input screen.
- Parameter:
description - Accepted values: Any string (use
+to represent spaces) - Example:
/wp-admin/?auto-launch=true&description=We+are+the+largest+library+in+the+world+and+have+all+possible+410-page+books.
Site Structure
Define a specific site structure and ignore any instructions about it in the description.
- Parameter:
structure - Accepted values:
multi-pageorsingle-page - Example:
/wp-admin/?auto-launch=true&structure=multi-page
Tone
Define a specific site tone and ignore any instructions about it in the description.
- Parameter:
tone - Accepted values (one or more):
professional,friendly,inspirational,informative,persuasiveor any other single-word value. - Examples:
- One value:
/wp-admin/?auto-launch=true&tone=persuasive - Multiple values:
/wp-admin/?auto-launch=true&tone=professional,inspirational
- One value:
Products
Define if and how the website offers products and ignore any instructions about it in the description.
- Parameter:
products - Accepted values:
shopping-cart,viewing-onlyorno - Example:
/wp-admin/?auto-launch=true&products=shopping-cart
Appointments
Define if the website offers appointments and ignore any instructions about it in the description.
- Parameter:
appointments - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&appointments=yes
Events
Define if the website offers events and ignore any instructions about it in the description.
- Parameter:
events - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&events=yes
Donations
Define if the website accetps donations and ignore any instructions about it in the description.
- Parameter:
donations - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&donations=yes
Multilingual
Define if the website is available in more than one language and ignore any instructions about it in the description.
- Parameter:
multilingual - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&multilingual=yes
Contact
Define if the website offers a contact form and ignore any instructions about it in the description.
- Parameter:
contact - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&contact=yes
Address
Define if the website display address information and ignore any instructions about it in the description.
- Parameter:
address - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&address=yes
Blog
Define if the website has a blog and ignore any instructions about it in the description.
- Parameter:
blog - Accepted values:
yesorno - Example:
/wp-admin/?auto-launch=true&blog=yes
Note: Since Extendify v3.0, you no longer need to add admin.php?page=extendify-auto-launch to the WP Admin URL and the objective parameter was replaced by more specific parameters.
If you have any questions, feel free to contact us.