make_undelete_blog

make_undelete_blog

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('make_undelete_blog') is found 1 times:

  • /wp-includes/ms-site.php line 1248
    			 * @since 3.5.0
    			 *
    			 * @param int $site_id Site ID.
    			 */
    			do_action( 'make_undelete_blog', $site_id );
    		}
    	}
    
    	if ( $new_site->public !== $old_site->public ) {
    
    		/**