apply_filters( 'tribe_community_events_max_file_size_allowed', int )

Filter the the max upload size allowed.

By default, it’s using the wp_max_upload_size() value


Parameters

(int) wp_max_upload_size() The default WordPress max upload size.


Top ↑

Source

File: src/Tribe/Main.php


Top ↑

Changelog

Changelog
Version Description
4.5.12 Introduced.