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/wp-conte.../plugins/sitepres.../vendor/otgs/installe...
File: installer.php
<?php
[0] Fix | Delete
// included from \wpml_installer_instance_delegator
[1] Fix | Delete
[2] Fix | Delete
include_once untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/includes/class-otgs-installer-wp-share-local-components-setting.php';
[3] Fix | Delete
[4] Fix | Delete
if ( version_compare( $delegate['version'], '1.8.12', '>=' ) ) {
[5] Fix | Delete
define( 'WP_INSTALLER_VERSION', $delegate['version'] );
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
include_once dirname( __FILE__ ) . '/includes/class-otgs-installer-autoloader.php';
[9] Fix | Delete
[10] Fix | Delete
$autoload = new OTGS_Installer_Autoloader();
[11] Fix | Delete
$autoload->initialize();
[12] Fix | Delete
[13] Fix | Delete
WP_Installer();
[14] Fix | Delete
WP_Installer_Channels();
[15] Fix | Delete
[16] Fix | Delete
$installer_loader = new OTGS_Installer_Loader( get_OTGS_Installer_Factory() );
[17] Fix | Delete
$installer_loader->init();
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function