Edit File by line
/home/barbar84/www/wp-conte.../plugins/ninja-fo.../includes/Config
File: PluginSettingsGroups.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
return apply_filters( 'ninja_forms_plugin_settings_groups', array(
[2] Fix | Delete
[3] Fix | Delete
'general' => array(
[4] Fix | Delete
'id' => 'general',
[5] Fix | Delete
'label' => esc_html__( 'General Settings', 'ninja-forms' ),
[6] Fix | Delete
),
[7] Fix | Delete
[8] Fix | Delete
'recaptcha' => array(
[9] Fix | Delete
'id' => 'recaptcha',
[10] Fix | Delete
'label' => esc_html__( 'reCaptcha Settings', 'ninja-forms' ),
[11] Fix | Delete
),
[12] Fix | Delete
[13] Fix | Delete
'advanced' => array(
[14] Fix | Delete
'id' => 'advanced',
[15] Fix | Delete
'label' => esc_html__( 'Advanced Settings', 'ninja-forms' ),
[16] Fix | Delete
),
[17] Fix | Delete
[18] Fix | Delete
'saved_fields' => array(
[19] Fix | Delete
'id' => 'saved_fields',
[20] Fix | Delete
'label' => esc_html__( 'Favorite Fields', 'ninja-forms' ),
[21] Fix | Delete
),
[22] Fix | Delete
[23] Fix | Delete
));
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function