bp_blogs_remove_blog_for_user, $blog_id, $user_id

bp_blogs_remove_blog_for_user, $blog_id, $user_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_for_user, $blog_id, $user_id') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 1042
    	 *
    	 * @param int $blog_id ID of the blog that was removed.
    	 * @param int $user_id ID of the user having the blog removed for.
    	 */
    	do_action( 'bp_blogs_remove_blog_for_user', $blog_id, $user_id );
    }
    add_action( 'remove_user_from_blog', 'bp_blogs_remove_blog_for_user', 10, 2 );
    
    /**
     * Remove a synced activity comment from the activity stream.
     *