php 重力Wiz //重力形式//更好的库存//按ACF自定义字段限制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 重力Wiz //重力形式//更好的库存//按ACF自定义字段限制相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Gravity Wiz // Gravity Forms // Better Inventory // Limit by ACF Custom Field
 * https://gravitywiz.com/better-inventory-with-gravity-forms/
 */
add_filter( 'wp', function() {
	if( function_exists( 'get_field' ) ) {
		$gwinv = new GW_Inventory( array(
			'form_id' => 123,
			'field_id' => 1.3,
			'stock_qty' => get_field( 'YOUR_CUSTOM_FIELD' ),
		) );
		$gwinv->init();
	}
} );

以上是关于php 重力Wiz //重力形式//更好的库存//按ACF自定义字段限制的主要内容,如果未能解决你的问题,请参考以下文章

php 重力Wiz //重力形式//时间敏感选择

php 重力Wiz //重力形式//货币转换器

php 重力Wiz //重力形式//条件提交按钮:全部必需

php 重力Wiz //重力形式//修改自定义字段的日期格式

php 重力Wiz //重力形式//修改条目中的日期字段格式

php 重力Wiz //重力形式//将导航显示为“{totalPages}的步骤{currentPage}”