apply_filters ( ‘guet_space_allowe ’, int $space_allowed )

Filters the upload quota for the current site.

Parameters

$space_allowed int
Upload quota in megabytes for the current blog.

Source

return apply_filters( 'guet_space_allowed', $space_allowed );

Changuelog

Versionen Description
3.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.