Changes between Initial Version and Version 1 of Ticket #61269, comment 30
- Timestamp:
- 05/24/2024 12:59:25 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61269, comment 30
initial v1 10 10 For example: 11 11 12 - An onboarding framework in WordPress core may benefit from knowing where to direct a user when onboarding is complete without(e.g. the plugin's `main_url`) without having to rely on plugin-specific logic to determine the appropriate value of `url`.12 - An onboarding framework in WordPress core may benefit from knowing where to direct a user when onboarding is complete (e.g. the plugin's `main_url`) without having to rely on plugin-specific logic to determine the appropriate value of `url`. 13 13 - A user or developer who installs WooCommerce on every site may want to skip the onboarding wizard by filtering the value of `onboarding_url` without affecting other use cases for a `url`. This is a scenario where the best onboarding experience for that user is to not have to click through a wizard at all. 14 14 - Similarly a multisite developer may want to disable the onboarding wizard (see [https://wordpress.org/support/topic/disable-wizard-for-multisite/ real-world example]).