php 活动日历:Eventbrite门票:自定义iframe的高度。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 活动日历:Eventbrite门票:自定义iframe的高度。相关的知识,希望对你有一定的参考价值。

<?php

/**
 * The Events Calendar: Eventbrite Tickets: Customize the iframe's height.
 *
 * Since Eventbrite Tickets version 4.4.6.
 *
 * @see  Tribe__Events__Tickets__Eventbrite__Template::the_tickets()
 *
 * @link https://gist.github.com/cliffordp/d1b96a03b12a74e0bd7676a46523dc9a
 */
function cliff_tec_ebtix_custom_iframe_height() {
	return 400; // pixel height
}
add_filter( 'tribe_events_eventbrite_iframe_height', 'cliff_tec_ebtix_custom_iframe_height' );

以上是关于php 活动日历:Eventbrite门票:自定义iframe的高度。的主要内容,如果未能解决你的问题,请参考以下文章

php 活动日历和活动门票加(ET +):如果门票适用于特定类别的活动,则禁用QR码。

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

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

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

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

php 活动门票:自定义“左边的位置”/“左门票”文本。使用'ngettext'过滤器。