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.../inc/wpml-con...
File: wpml-config-update.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Fetch the wpml config files for known plugins and themes
[2] Fix | Delete
*
[3] Fix | Delete
* @package wpml-core
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
function update_wpml_config_index_event() {
[7] Fix | Delete
global $sitepress;
[8] Fix | Delete
$http = new WP_Http();
[9] Fix | Delete
$log = new WPML_Config_Update_Log();
[10] Fix | Delete
$update_wpml_config = new WPML_Config_Update( $sitepress, $http, $log );
[11] Fix | Delete
return $update_wpml_config->run();
[12] Fix | Delete
}
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function