Filter hook 'wpmu_delete_blog_upload_dir'

in WP Core File wp-includes/ms-site.php at line 846

Description

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

Occurrences

Filename Line Number
wp-includes/ms-site.php 846

Parameters

Type Name Description
string $basedir Uploads path without subdirectory. See {@see wp_upload_dir()}.
int $site_id The site ID.

PHP Doc

/**
	 * Filters the upload base directory to delete when the site is deleted.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string $basedir Uploads path without subdirectory. See {@see wp_upload_dir()}.
	 * @param int    $site_id The site ID.
	 */