| Current Path : /home/bintopia/.trash/wp-content/plugins/ninja-forms/includes/Config/ |
| Current File : /home/bintopia/.trash/wp-content/plugins/ninja-forms/includes/Config/ActionCustomSettings.php |
<?php if ( ! defined( 'ABSPATH' ) ) exit;
return array(
/*
* TAG
*/
'tag' => array(
'name' => 'tag',
'type' => 'textbox',
'group' => 'primary',
'label' => __( 'Hook Tag', 'ninja-forms' ),
'placeholder' => '',
'value' => '',
'width' => 'full',
'use_merge_tags' => array(
'include' => array(
'calcs',
),
),
),
);