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
File: hacks.php
<?php
[0] Fix | Delete
//using this file to handle particular situations that would involve more ellaborate solutions
[1] Fix | Delete
[2] Fix | Delete
add_action('init', 'icl_load_hacks');
[3] Fix | Delete
[4] Fix | Delete
function icl_load_hacks(){
[5] Fix | Delete
if(file_exists(WPML_PLUGIN_PATH . '/inc/hacks/misc-constants.php')){
[6] Fix | Delete
include WPML_PLUGIN_PATH . '/inc/hacks/misc-constants.php';
[7] Fix | Delete
}
[8] Fix | Delete
include WPML_PLUGIN_PATH . '/inc/hacks/language-canonical-redirects.php';
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
if(is_admin() && !defined('ICL_PRODUCTION_MODE')){
[12] Fix | Delete
add_action('admin_notices', 'icl_dev_mode_warning');
[13] Fix | Delete
function icl_dev_mode_warning(){
[14] Fix | Delete
?>
[15] Fix | Delete
<div class="error message">
[16] Fix | Delete
<p>This is a development version of WPML, provided for evaluation purposes only. The code you are using did not go through any testing or QA. Do not use it in production sites.</strong></p>
[17] Fix | Delete
<p>To obtain production versions of WPML, visit: <a href="https://wpml.org">wpml.org</a>.</p>
[18] Fix | Delete
</div>
[19] Fix | Delete
<?php
[20] Fix | Delete
}
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
[26] Fix | Delete
include WPML_PLUGIN_PATH . '/inc/hacks/missing-php-functions.php';
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function