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

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


Description Description


Parameters Parameters

$uploads['basedir']

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

$site_id

(int) The site ID.


Top ↑

Source Source

File: wp-includes/ms-site.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.