Filters the upload quota for the current site.
$space_allowedintwp-includes/ms-functions.php:2651get_space_allowed() * Filters the upload quota for the current site. * * @since 3.7.0 * * @param int $space_allowed Upload quota in megabytes for the current blog. */ return apply_filters( 'get_space_allowed', $space_allowed );} /** * Determines if there is any upload space left in the current blog's quota. * * @since 3.0.0Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.