Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
includes
/
Config
•
File:
Example.php
•
Content:
<?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 ), ));
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List