DekodeInteraktiv / hogan-form

Gravity Forms Module for Hogan
GNU General Public License v3.0
1 stars 0 forks source link
acf dekode-hogan hogan php wordpress-plugin

Forms Module for Hogan

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


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]; });