: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
public static function multilingual_setup( $section = null ) {
if ( defined( 'WPML_TM_VERSION' ) ) {
$url = admin_url( 'admin.php?page=' . WPML_TM_FOLDER . WPML_Translation_Management::PAGE_SLUG_SETTINGS . '&sm=mcsetup' );
$url = admin_url( 'admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/translation-options.php' );
$url .= '#ml-content-setup-sec-' . $section;