On this page
apply_filters( 'get_space_allowed', int $space_allowed )
Filters the upload quota for the current site.
Parameters
$space_allowedint-
Upload quota in megabytes for the current blog.
Source
File: wp-includes/ms-functions.php. View all references
return apply_filters( 'get_space_allowed', $space_allowed );
Related
Used By
| Used By | Description |
|---|---|
| get_space_allowed() wp-includes/ms-functions.php | Returns the upload quota for the current blog. |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_space_allowed