apply_filters( 'tribe_community_events_max_file_size_allowed', int )
Filter the the max upload size allowed.
Contents
By default, it’s using the wp_max_upload_size() value
Parameters
-
(int)
wp_max_upload_size()The default WordPress max upload size.
Source
File: src/Tribe/Main.php
Changelog
| Version | Description |
|---|---|
| 4.5.12 | Introduced. |