Fires when the ‘archived’ status is added to a site.
Parameters
$site_idint- Site ID.
Source
do_action( 'archive_blog', $site_id );
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
Fires when the ‘archived’ status is added to a site.
$site_idintdo_action( 'archive_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.