: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
$sql = "ALTER TABLE `{$wpdb->prefix}icl_translations` CHANGE `element_type` `element_type` VARCHAR( 36 ) NOT NULL DEFAULT 'post_post'";
$iclsettings = get_option('icl_sitepress_settings');
$iclsettings['seo']['head_langs'] = 1;
update_option('icl_sitepress_settings', $iclsettings);