deleted_blog

deleted_blog

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.0.3

do_action('deleted_blog') is found 1 times:

  • /wp-admin/includes/ms.php line 184
    	 *
    	 * @param int  $blog_id The site ID.
    	 * @param bool $drop    True if site's tables should be dropped. Default is false.
    	 */
    	do_action( 'deleted_blog', $blog_id, $drop );
    
    	if ( $switch )
    		restore_current_blog();
    }
    
    /**