• File: DropCodeLocaleIndexFromLocaleMap.php
  • Full Path: /home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/classes/upgrade/commands/DropCodeLocaleIndexFromLocaleMap.php
  • File size: 231 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\Upgrade\Commands;

class DropCodeLocaleIndexFromLocaleMap extends DropIndexFromTable {

	protected function get_table() {
		return 'icl_locale_map';
	}

	protected function get_index() {
		return 'code';
	}
}