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

Posted

tags:

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

<?php
/**
 * Gravity Wiz // Gravity Forms // Modify Date Format for Custom Field
 * http://graivtywiz.com/
 */
add_filter( 'gform_post_data', function( $data ) {
	// Update both instances of "my_date_custom_field" to your custom field name.
	// Update 'Y-m-d' to your desired date format.
	$data['post_custom_fields']['my_date_custom_field'] = date( 'Y-m-d', strtotime( $data['post_custom_fields']['my_date_custom_field'] ) );
	return $data;
} );

以上是关于php 重力Wiz //重力形式//修改自定义字段的日期格式的主要内容,如果未能解决你的问题,请参考以下文章

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

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

php 重力Wiz //重力形式//显示下拉和单选按钮产品字段的价格

php 重力Wiz //重力形式//将GF复选框字段映射到ACF复选框字段

php 重力Wiz //重力形式//将GF复选框字段映射到ACF复选框字段

css 重力Wiz //重力形式//编号列表字段行