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: 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' ) . ' <a href="https://ninjaforms.com/docs/google-recaptcha/?utm_source=Ninja+Forms+Plugin&utm_medium=Settings&utm_campaign=Documentation&utm_content=reCAPTCHA+Documentation" target="_blank"><img src="' . Ninja_Forms::$url . 'assets/img/help_icon.png" alt="Documentation Link" width="25" height="25"></a>',
[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