Your IP : 18.222.102.71


Current Path : /home/church/www/ntktesting.com/wp-content/plugins/ninja-forms/includes/Config/
Upload File :
Current File : /home/church/www/ntktesting.com/wp-content/plugins/ninja-forms/includes/Config/Example.php

<?php if ( ! defined( 'ABSPATH' ) ) exit;

return apply_filters( 'ninja_forms_example_settings', array(

    /*
    |--------------------------------------------------------------------------
    | Section Settings
    |--------------------------------------------------------------------------
    |
    | Section description here.
    |
    */

    /*
     * SETTING NAME
     */

    'setting_name_here' => array(
        'name' => 'setting_name_here',
        'type' => 'textbox', // 'textarea', 'number', 'toggle', etc
        'label' => esc_html__( 'Label Here', 'ninja-forms'),
        'width' => 'one-half', // 'full', 'one-half', 'one-third'
        'group' => 'primary', // 'primary', 'restrictions', 'advanced'
        'value' => '',
        'help' => esc_html__( 'Help Text Here', 'ninja-forms' ),
        'use_merge_tags' => TRUE, // TRUE or FALSE
    ),

));