Plugin Directory

Cyr-To-Lat

Converts Cyrillic characters in post, page and term slugs to Latin characters.

How can I define my own substitutions?

Add this code to your theme's functions.php file:

function my_cyr_to_lat_table($ctl_table) {
   $ctl_table['Ъ'] = 'U';
   $ctl_table['ъ'] = 'u';
   return $ctl_table;
}
add_filter('ctl_table', 'my_cyr_to_lat_table');

Requires: 2.3 or higher
Compatible up to: 3.1.4
Last Updated: 2010-8-26
Downloads: 34,357

Average Rating

4 stars
(28 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,2,2 100,1,1
100,1,1
50,2,1 100,4,4
100,1,1
100,2,2
100,4,4
0,1,0
100,2,2
83,6,5
100,1,1
100,1,1 75,4,3