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.../classes/utilitie.../admin
File: class-wpml-admin-url.php
<?php
[0] Fix | Delete
[1] Fix | Delete
class WPML_Admin_URL {
[2] Fix | Delete
[3] Fix | Delete
public static function multilingual_setup( $section = null ) {
[4] Fix | Delete
if ( defined( 'WPML_TM_VERSION' ) ) {
[5] Fix | Delete
$url = admin_url( 'admin.php?page=' . WPML_TM_FOLDER . WPML_Translation_Management::PAGE_SLUG_SETTINGS . '&sm=mcsetup' );
[6] Fix | Delete
} else {
[7] Fix | Delete
$url = admin_url( 'admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/translation-options.php' );
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
if ( $section ) {
[11] Fix | Delete
$url .= '#ml-content-setup-sec-' . $section;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
return $url;
[15] Fix | Delete
}
[16] Fix | Delete
}
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function