- BACKUP FIRST !
- WPML has the following defines:
- define( 'ICL_STRING_TRANSLATION_PARTIAL', 2 );
- define( 'ICL_STRING_TRANSLATION_COMPLETE', 10 );
- define( 'ICL_STRING_TRANSLATION_NEEDS_UPDATE', 3 );
- define( 'ICL_STRING_TRANSLATION_NOT_TRANSLATED', 0 );
- define( 'ICL_STRING_TRANSLATION_WAITING_FOR_TRANSLATOR', 1 );
- SQL:
- DELETE FROM {wp-prefix}_icl_strings WHERE status IN (1, 2, 3, 10);
- DELETE FROM {wp-prefix}_icl_string_translations WHERE string_id NOT IN (select id from {wp-prefix}_icl_strings);
- TRUNCATE {wp-prefix}_icl_string_packages;
- TRUNCATE {wp-prefix}_icl_string_positions;
- Choose menu WPML > Support
- Click on Troubleshooting link
- *Recreate ST DB cache tables* button of Clean up to recreate the string translation DB cache tables
Recent Pastes