Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61269, comment 30


Ignore:
Timestamp:
05/24/2024 12:59:25 PM (5 months ago)
Author:
kevinwhoffman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61269, comment 30

    initial v1  
    1010For example:
    1111
    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`.
    1313- 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.
    1414- Similarly a multisite developer may want to disable the onboarding wizard (see [https://wordpress.org/support/topic/disable-wizard-for-multisite/ real-world example]).