开发者 |
dilipbheda
krishaweb girishpanchal |
---|---|
更新时间 | 2025年6月20日 21:20 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv3 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