php 过滤事件日历的“自定义日期选择器开始日期”扩展名的minDate和maxDate。今天前7天到1个月前

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 过滤事件日历的“自定义日期选择器开始日期”扩展名的minDate和maxDate。今天前7天到1个月前相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Filter the minDate and maxDate for The Events Calendar's "Custom Datepicker
 * Start Date" extension, which requires PHP 5.3+.
 *
 * 7 days prior to Today through 1 month forward from today.
 *
 * @see Tribe__Extension__Custom_Datepicker_Start_Date::get_min_date()
 * @see Tribe__Extension__Custom_Datepicker_Start_Date::get_max_date()
 *
 * @link https://theeventscalendar.com/extensions/custom-datepicker-start-date/
 * @link https://secure.php.net/manual/class.dateinterval.php The format to follow.
 * @link https://gist.github.com/cliffordp/a699255635f7266967284005d979a89d
 */
add_filter( 'tribe_ext_start_datepicker_min_date_interval', function() {
    return 'P7D';
} );
add_filter( 'tribe_ext_start_datepicker_max_date_interval', function() {
    return 'P1M';
} );

以上是关于php 过滤事件日历的“自定义日期选择器开始日期”扩展名的minDate和maxDate。今天前7天到1个月前的主要内容,如果未能解决你的问题,请参考以下文章

php 事件日历:过滤条:如果未登录使用,强制它们使用过滤条过滤器以查看任何事件中的任何事件

php 事件日历:过滤条:如果未登录使用,强制它们使用过滤条过滤器以查看任何事件中的任何事件

php 如何将自定义过滤器字段添加到没有过滤器插件的Tribe事件日历(在此示例中 - 按类别和标记过滤)。示例:https:

全日历过滤事件与选择

Office 365 日历 API - 在 C# 客户端库中按日期过滤事件

php 插件事件日历事件日历