wpmu_upgrade_site WordPress Action Hook
The wpmu_upgrade_site hook is called when a site is upgraded in a WordPress Multisite installation. This hook is not called for regular WordPress installations.
do_action( 'wpmu_upgrade_site', int $site_id ) #
Fires after each site has been upgraded.
Contents
Parameters
- $site_id
(int)The Site ID.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |