bp_blogs_remove_blog, $blog_id

bp_blogs_remove_blog, $blog_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_blogs_remove_blog, $blog_id') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 1007
    	 * @since 1.0.0
    	 *
    	 * @param int $blog_id ID of the blog who had its item removed.
    	 */
    	do_action( 'bp_blogs_remove_blog', $blog_id );
    }
    add_action( 'bp_delete_site', 'bp_blogs_remove_blog' );
    
    /**
     * Remove a blog from the tracker for a specific user.
     *