
內容簡介
提供進階自訂欄位 (Advanced Custom Field),讓 WordPress 編輯使用者或管理員可以在欄位群組配置中選擇 Gravity Form。
可以在 外掛的 GitHub 存儲庫 中找到完整的文件。
開發
版本 1.3.2 加入了一個純 HTML 的過濾器來輸出欄位。此過濾器不適用於 ACF 4 版本中的欄位。
apply_filters('acf-gravityforms-add-on/field_html', string $field_html, array $field, string $field_options, string $multiple)
外掛標籤
開發者團隊
② 後台搜尋「Advanced Custom Fields: Gravity Forms Add-on」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Provides an Advanced Custom Field which allows a WordPress editorial user or administrator to select a Gravity Form as part of a field group configuration.
This plugin does not have any effect on the frontend of the website. It does not output the form, nor does it modify the output of existing forms. The plugin only adds a custom ACF field type for use in an ACF field group.
Full documentation can be found in the plugin’s GitHub Repository.
Development
Version 1.3.2 added a plain HTML filter to the output of the field. This filter is not applied to fields in ACF version 4.
apply_filters('acf-gravityforms-add-on/field_html', string $field_html, array $field, string $field_options, string $multiple)
