Filters the upload quota for the current site.
Parameters
$space_allowedint- Upload quota in megabytes for the current blog.
Source
return apply_filters( 'get_space_allowed', $space_allowed );
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
Filters the upload quota for the current site.
$space_allowedintreturn apply_filters( 'get_space_allowed', $space_allowed );
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.