Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
sitepress-multilingual-cms
/
classes
/
upgrade
/
commands
:
AddContextIndexToStrings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WPML\Upgrade\Commands; class AddContextIndexToStrings extends AddIndexToTable { protected function get_table() { return 'icl_strings'; } protected function get_index() { return 'context'; } protected function get_index_definition() { return '( `context` )'; } }