WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpmu_delete_blog_upload_dir

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-site.php apply_filters 828 /**
* 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 wp_upload_dir()
* @param int $site_id The site ID.
*/

Hook Parameters

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