Skip to content

Multisite: Add hooks to extend network creation process and related tests#8334

Closed
Sukhendu2002 wants to merge 5 commits intoWordPress:trunkfrom
Sukhendu2002:add/27289-populate-network-hooks
Closed

Multisite: Add hooks to extend network creation process and related tests#8334
Sukhendu2002 wants to merge 5 commits intoWordPress:trunkfrom
Sukhendu2002:add/27289-populate-network-hooks

Conversation

@Sukhendu2002
Copy link

This PR adds three new action hooks to the network creation process and related unit tests, allowing developers to extend functionality at key points during network creation:

  • before_populate_network - Fires before any network operations begin, allowing for setup or validation
  • after_upgrade_to_multisite - Fires specifically when upgrading from single site to multisite (network_id = 1)
  • after_populate_network - Fires after network creation is complete, enabling post-creation tasks

Trac ticket: https://core.trac.wordpress.org/ticket/27289
Patch Refresh for: https://core.trac.wordpress.org/attachment/ticket/27289/27289.patch


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

@github-actions
Copy link

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • The Plugin and Theme Directories cannot be accessed within Playground.
  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant