php 尝试使用特定链接预加载日期事件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 尝试使用特定链接预加载日期事件相关的知识,希望对你有一定的参考价值。

<?php

// Attempt to preload the days events using a specific link
// Link URL should be structured this way http://mercerspace.com/events/?today=true
function fwp_preload_facets( $url_vars ) {
	if( 'events' == FWP()->helper->get_uri() && isset( $_GET['today'] ) && empty( $url_vars ) ) {
		$url_vars['event_dates'] = array( date( "Y-m-d" ) );
	}
	return $url_vars;
}
add_action( 'facetwp_preload_url_vars', 'fwp_preload_facets' );

以上是关于php 尝试使用特定链接预加载日期事件的主要内容,如果未能解决你的问题,请参考以下文章

预加载 has_many 与动态条件的关联

使用链接中的预览图像预加载图像以提高性能

php - 从当前页面加载时间到特定时间的剩余时间

支持事件的图像预加载器 javascript

预加载 PHP 脚本时“未知类型依赖项”是啥意思?

预加载大量图像