make_undelete_blog WordPress Action Hook
The make_undelete_blog hook is used to undelete a blog. This hook is called when a user undeletes a blog via the Blogs Management page.
do_action( 'make_undelete_blog', int $site_id ) #
Fires when the ‘deleted’ status is removed from a site.
Parameters
- $site_id
(int)Site ID.
Source
File: wp-includes/ms-site.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |