| 123456789101112131415161718192021222324 |
- <?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',
- ),
- ),
- ),
-
- );
|