: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Fetch the wpml config files for known plugins and themes
function update_wpml_config_index_event() {
$log = new WPML_Config_Update_Log();
$update_wpml_config = new WPML_Config_Update( $sitepress, $http, $log );
return $update_wpml_config->run();