dekodeinteraktiv/hogan-form
最新稳定版本:1.1.3
Composer 安装命令:
composer require dekodeinteraktiv/hogan-form
包简介
Form Module for Hogan, requires Gravity Forms, Contact Form 7 or Ninja Forms.
README 文档
README
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-form or simply by downloading this repository and placing it in wp-content/plugins
Usage
Currently supports Gravity Forms, Contact Form 7, Ninja Forms and MailPoet Forms.
Available filters
hogan/module/form/gravity_forms/optionsfor passing args to the Gravity Forms' render function.
//default values
$gs_defaults = [
'display_title' => true,
'display_description' => true,
'display_inactive' => false,
'field_values' => null,
'ajax' => false,
'tabindex' => 1,
];
Options returned from the filter will be merged with defaults using wp_parse_args()
add_filter('hogan/module/form/gravity_forms/options', function() {
return ['display_title' => false];
});
统计信息
- 总下载量: 12.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2017-10-24