开发者 |
dilipbheda
krishaweb |
---|---|
更新时间 | 2022年11月18日 13:10 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
acf-field-for-contact-form-7
folder into your wp-content/plugins
folder.This example shows how to get the value of field field_name
from the current post.
echo get_field( 'field_name' );
This example shows how to get form (contact form 7) object.
function get_acf_cf7_object() { return true; } add_filter( 'acf_cf7_object', 'get_acf_cf7_object' );
Great! I’d love to hear from you at support@krishaweb.com