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.../public_h.../wp-conte.../plugins/redux-fr...
File: uninstall.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Fired when the plugin is uninstalled.
[2] Fix | Delete
*
[3] Fix | Delete
* @package ReduxFramework\Uninstall
[4] Fix | Delete
* @author Dovy Paukstys <info@simplerain.com>
[5] Fix | Delete
* @since 3.0.0
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
// If uninstall, not called from WordPress, then exit.
[9] Fix | Delete
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
[10] Fix | Delete
exit;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
// TODO: Define uninstall functionality here.
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function