unarchive_blog WordPress Action Hook
The unarchive_blog Wordpress hook is called when a blog is unarchived. This hook can be used to perform any actions that need to be taken when a blog is unarchived.
do_action( 'unarchive_blog', int $site_id ) #
Fires when the ‘archived’ status is removed from a site.
Parameters
- $site_id
(int)Site ID.
Source
File: wp-includes/ms-site.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |