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
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
         *
         * @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();
    }
     
    /**