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.../menu
File: theme-localization.php
<?php
[0] Fix | Delete
global $sitepress;
[1] Fix | Delete
[2] Fix | Delete
if( ( !isset( $sitepress_settings['existing_content_language_verified'] ) ||
[3] Fix | Delete
! $sitepress_settings['existing_content_language_verified']) ||
[4] Fix | Delete
2 > count($sitepress->get_active_languages() ) ) {
[5] Fix | Delete
return;
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
?>
[9] Fix | Delete
[10] Fix | Delete
<div class="wrap">
[11] Fix | Delete
<h2><?php _e('Theme and plugins localization', 'sitepress') ?></h2>
[12] Fix | Delete
[13] Fix | Delete
<div id="wpml-mo-scan-localization-page"></div>
[14] Fix | Delete
[15] Fix | Delete
<?php
[16] Fix | Delete
[17] Fix | Delete
/** @deprecated use wpml_custom_localization_type instead */
[18] Fix | Delete
do_action('icl_custom_localization_type');
[19] Fix | Delete
[20] Fix | Delete
do_action('wpml_custom_localization_type');
[21] Fix | Delete
?>
[22] Fix | Delete
[23] Fix | Delete
<?php do_action('icl_menu_footer'); ?>
[24] Fix | Delete
</div>
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function