Fires when the ‘archived’ status is removed from a site.
Parameters
$site_id
int- Site ID.
Source
do_action( 'unarchive_blog', $site_id );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
Fires when the ‘archived’ status is removed from a site.
$site_id
intdo_action( 'unarchive_blog', $site_id );
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.