php [WooCommerce预订]在购物车预订到期时修改

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce预订]在购物车预订到期时修改相关的知识,希望对你有一定的参考价值。

/**
 * Will change the minutes it takes an In Cart booking to expire.
 * This example reduces the number from 60 to 30.
 * 
 * @param  int $minutes 60 is the default passed
 * @return int          The amount of minutes you'd like to have In Cart bookings expire on. 
 */
function change_incart_bookings_expiry_minutes_20170825( $minutes ) {
	return 30;
}
add_filter( 'woocommerce_bookings_remove_inactive_cart_time', 'change_incart_bookings_expiry_minutes_20170825' );

以上是关于php [WooCommerce预订]在购物车预订到期时修改的主要内容,如果未能解决你的问题,请参考以下文章

php WooCommerce预订 - 首次预订的默认日历

php [WooCommerce预订]自动确认通过COD购买的预订

php [WooCommerce预订]将日历默认为第一次预订

php [WooCommerce预订] - 产品依赖

php [WooCommerce预订]在前端未使用日历选择器时更改日期格式

php [WooCommerce预订]使用案例:创建一周的后续行动