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