Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Config
File: SettingsGroups.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
return apply_filters( 'ninja_forms_field_settings_groups', array(
[2] Fix | Delete
[3] Fix | Delete
'primary' => array(
[4] Fix | Delete
'id' => 'primary',
[5] Fix | Delete
'label' => '',
[6] Fix | Delete
'display' => TRUE,
[7] Fix | Delete
'priority' => 100
[8] Fix | Delete
),
[9] Fix | Delete
[10] Fix | Delete
'rte' => array(
[11] Fix | Delete
'id' => 'rte',
[12] Fix | Delete
'label' => esc_html__( 'Rich Text Editor (RTE)', 'ninja-forms' )
[13] Fix | Delete
),
[14] Fix | Delete
[15] Fix | Delete
'restrictions' => array(
[16] Fix | Delete
'id' => 'restrictions',
[17] Fix | Delete
'label' => esc_html__( 'Restrictions', 'ninja-forms' )
[18] Fix | Delete
),
[19] Fix | Delete
[20] Fix | Delete
'display' => array(
[21] Fix | Delete
'id' => 'display',
[22] Fix | Delete
'label' => esc_html__( 'Display', 'ninja-forms' ),
[23] Fix | Delete
'priority' => 700
[24] Fix | Delete
),
[25] Fix | Delete
[26] Fix | Delete
'advanced' => array(
[27] Fix | Delete
'id' => 'advanced',
[28] Fix | Delete
'label' => esc_html__( 'Advanced', 'ninja-forms' ),
[29] Fix | Delete
'priority' => 800
[30] Fix | Delete
),
[31] Fix | Delete
[32] Fix | Delete
'administration' => array(
[33] Fix | Delete
'id' => 'administration',
[34] Fix | Delete
'label' => esc_html__( 'Administration', 'ninja-forms' ),
[35] Fix | Delete
'priority' => 900
[36] Fix | Delete
)
[37] Fix | Delete
[38] Fix | Delete
));
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function