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

Posted

tags:

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

<?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 facetwp - 尝试使用特定链接预加载日期事件的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp禁用yoast next / prev链接

php facetwp链接布局构建器中的所有内容

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

php facetwp在facetwp模板中使用woocommerce占位符图像

php facetwp使用预加载淡出/淡出

php 调整FacetWP的寻呼机html以匹配Genesis标记。这允许它继承Genesis主题样式。与[facetwp pager =“true”]一起使用