apply_filters( 'wpmu_delete_blog_upload_dir', string $uploads['basedir'], int $blog_id )

Filters the upload base directory to delete when the site is deleted.


Parameters

$uploads['basedir']

(string) Uploads path without subdirectory. @see wp_upload_dir()

$blog_id

(int) The site ID.


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)