Download the PHP package wildwolf/wp-cyrtolat without Composer
On this page you can find all versions of the php package wildwolf/wp-cyrtolat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wildwolf/wp-cyrtolat
More information about wildwolf/wp-cyrtolat
Files in wildwolf/wp-cyrtolat
Package wp-cyrtolat
Short Description WordPress plugin to transliterate cyrillic slugs into latin
License MIT
Homepage https://github.com/sjinks/wp-plugin-cyrtolat
Informations about the package wp-cyrtolat
wp-plugin-cyrtolat
WordPress plugin to transliterate Cyrillic slugs into Latin.
The plugin was written as a replacement to cyr3lat, which is no longer maintained and is vulnerable to SQL injection.
Unlike other plugins, this one does not use sanitize_title
hook (which fires for many things
other than post/page/term slugs), which reduces the risk of unwanted side effects.
The plugin uses wp_insert_post_data
, wp_insert_attachment_data
, and get_sample_permalink
for posts/pages/attachments, and wp_insert_term_data
/ wp_update_term_data
for terms.
The plugin provides three custom filters:
wwcyrtolat_xlat_table
: allows for customization of the transliteration table.wwcyrtolat_xlat_re_table
: allows for customization of the regular expression-based transliteration table.transliterate_name
: this one allows to modify the transliterated name/slug.
Installation
Run from the WordPress root directory:
After that, please go to the Admin Dashboard => Plugins and activate the plugin.
Configuration
Admin Dashboard => Options => WW CyrToLat
All versions of wp-cyrtolat with dependencies
composer/installers Version ^1.9 || ^2.0
wildwolf/singleton-trait Version ^1.0