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: PluginSettingsGeneral.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
return apply_filters( 'ninja_forms_plugin_settings_general', array(
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
|--------------------------------------------------------------------------
[5] Fix | Delete
| Version
[6] Fix | Delete
|--------------------------------------------------------------------------
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
'version' => array(
[10] Fix | Delete
'id' => 'version',
[11] Fix | Delete
'type' => 'desc',
[12] Fix | Delete
'label' => esc_html__( 'Version', 'ninja-forms' ),
[13] Fix | Delete
'desc' => ''
[14] Fix | Delete
),
[15] Fix | Delete
[16] Fix | Delete
/*
[17] Fix | Delete
|--------------------------------------------------------------------------
[18] Fix | Delete
| Date Format
[19] Fix | Delete
|--------------------------------------------------------------------------
[20] Fix | Delete
*/
[21] Fix | Delete
[22] Fix | Delete
'date_format' => array(
[23] Fix | Delete
'id' => 'date_format',
[24] Fix | Delete
'type' => 'textbox',
[25] Fix | Delete
'label' => esc_html__( 'Date Format', 'ninja-forms' ),
[26] Fix | Delete
'desc' => 'e.g. m/d/Y, d/m/Y - ' . sprintf( esc_html__( 'Tries to follow the %sPHP date() function%s specifications, but not every format is supported.', 'ninja-forms' ), '<a href="http://www.php.net/manual/en/function.date.php" target="_blank">', '</a>' ),
[27] Fix | Delete
),
[28] Fix | Delete
[29] Fix | Delete
/*
[30] Fix | Delete
|--------------------------------------------------------------------------
[31] Fix | Delete
| Currency
[32] Fix | Delete
|--------------------------------------------------------------------------
[33] Fix | Delete
*/
[34] Fix | Delete
[35] Fix | Delete
'currency' => array(
[36] Fix | Delete
'id' => 'currency',
[37] Fix | Delete
'type' => 'select',
[38] Fix | Delete
'options' => Ninja_Forms::config( 'Currency' ),
[39] Fix | Delete
'label' => esc_html__( 'Currency', 'ninja-forms' ),
[40] Fix | Delete
'value' => 'USD'
[41] Fix | Delete
),
[42] Fix | Delete
[43] Fix | Delete
));
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function