: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
public static function loadCoreFirst() {
$plugins = get_option( 'active_plugins' );
$isSitePress = function( $value ) { return $value === WPML_PLUGIN_BASENAME; };
$newOrder = wpml_collect( $plugins )
->prioritize( $isSitePress )
if ( $newOrder !== $plugins ) {
update_option( 'active_plugins', $newOrder );