bp_blogs_remove_data, $user_id

bp_blogs_remove_data, $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_data, $user_id') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 1449
    	 * @since 1.0.0
    	 *
    	 * @param int $user_id ID of the user whose blog associations were removed.
    	 */
    	do_action( 'bp_blogs_remove_data', $user_id );
    }
    add_action( 'wpmu_delete_user',  'bp_blogs_remove_data' );
    add_action( 'bp_make_spam_user', 'bp_blogs_remove_data' );
    
    /**
     * Deletes user XProfile data on the 'delete_user' hook.