Your IP : 18.116.90.150


Current Path : /proc/4653/cwd/wp-content/plugins/ninja-forms/includes/Config/
Upload File :
Current File : //proc/4653/cwd/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' => esc_html__( 'Hook Tag', 'ninja-forms' ),
        'placeholder' => '',
        'value' => '',
        'width' => 'full',
        'use_merge_tags' => array(
            'include' => array(
                'calcs',
            ),
        ),
    ),
    
);