php 活动门票:在门票电子邮件中显示活动日期和时间。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 活动门票:在门票电子邮件中显示活动日期和时间。相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Event Tickets: Display the Event date and time in the Ticket Email.
 * 
 * Filter exists in /wp-content/plugins/event-tickets/src/views/tickets/email.php
 * 
 * @link https://gist.github.com/cliffordp/82d0db3d1973109cf36ccbf2d07535d4 This snippet.
 */
add_filter( 'tribe_tickets_email_include_event_date', '__return_true' );

以上是关于php 活动门票:在门票电子邮件中显示活动日期和时间。的主要内容,如果未能解决你的问题,请参考以下文章