Filters the upload quota for the current site.
Parameters
$space_allowed
int- 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_allowed
intreturn 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.