php 活动日历:社区活动:将图片上传限制为3兆字节。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 活动日历:社区活动:将图片上传限制为3兆字节。相关的知识,希望对你有一定的参考价值。

<?php

/**
 * The Events Calendar: Community Events: Limit image upload to 3 megabytes.
 *
 * Requires Community Events version 4.5.12 or later.
 *
 * @see Tribe__Events__Community__Main::max_file_size_allowed
 * @see wp_convert_hr_to_bytes()
 *
 * @link https://gist.github.com/cliffordp/03ddb4913adcdb7d2888ef6a7c7841c9 This snippet.
 * @link https://cl.ly/403L0o473b1P 1-minute video demonstrating this snippet works.
 *
 * @return int
 */
function cliff_ce_max_upload_size() {
	return wp_convert_hr_to_bytes( '3M' );
}

add_filter( 'tribe_community_events_max_file_size_allowed', 'cliff_ce_max_upload_size' );

以上是关于php 活动日历:社区活动:将图片上传限制为3兆字节。的主要内容,如果未能解决你的问题,请参考以下文章

php 活动日历 - 社区活动:将高级自定义字段排入社区活动添加/编辑表单页面。

php 活动日历 - 社区活动:将高级自定义字段排入社区活动添加/编辑表单页面。

php 活动日历:社区活动门票:在社区活动列表视图上显示“付款选项”按钮。

php 活动日历:社区活动门票:在社区活动列表视图上显示“付款选项”按钮。

php 活动日历+社区活动门票:强制全局股票被检查然后隐藏(以避免取消选中)。

php 活动日历+社区活动门票:强制全局股票被检查然后隐藏(以避免取消选中)。