On this page
do_action( 'unarchive_blog', int $site_id )
Fires when the ‘archived’ status is removed from a site.
Parameters
$site_idint-
Site ID.
Source
File: wp-includes/ms-site.php. View all references
do_action( 'unarchive_blog', $site_id );
Related
Used By
| Used By | Description |
|---|---|
| wp_maybe_transition_site_statuses_on_update() wp-includes/ms-site.php | Triggers actions on site status updates. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/unarchive_blog