wpmu_delete_blog_upload_dir

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$uploads['basedir']

Uploads path without subdirectory. @see wp_upload_dir()

$site_id

The site ID.

Source Source

File: wp-includes/ms-site.php

Advertisement

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply