apply_filters( 'get_space_allowed', int $space_allowed )
- Since
- 3.7.0
Filters the upload quota for the current site.
Compatibility
- WordPress
- since 3.7.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Parameters
$space_allowedint- Upload quota in megabytes for the current blog.
Where this hook fires · 1
wp-includes/ms-functions.php:2632get_space_allowed()
Source code
* 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.0Changelog
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.8.8 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.