first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
global $wpdb;
|
||||
|
||||
$sql = "ALTER TABLE `{$wpdb->prefix}icl_translations` CHANGE `element_type` `element_type` VARCHAR( 36 ) NOT NULL DEFAULT 'post_post'";
|
||||
$wpdb->query( $sql );
|
||||
|
||||
$iclsettings = get_option( 'icl_sitepress_settings' );
|
||||
$iclsettings['seo']['head_langs'] = 1;
|
||||
update_option( 'icl_sitepress_settings', $iclsettings );
|
||||
Reference in New Issue
Block a user