Skip to content

Transliterate WordPress post slugs and media file names

License

Notifications You must be signed in to change notification settings

aginev/wp-sanitize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transliterate WordPress post slugs and media file names

If you are dealing with content data have non Ascii character like Bulgarian, Russian, German etc. and want to have all characters transliterated in slugs and file names you can use this package.

Install

composer require aginev/wp-sanitize

Usage

Transliterate post slugs

wp_sanitize_title();
// Имало едно време в Мексико -> imalo-edno-vreme-v-meksiko

Transliterate media library file names

wp_sanitize_filenames();
// Имало едно време в Мексико.jpg -> imalo-edno-vreme-v-meksiko.jpg

License

Everything in this repository is MIT License unless otherwise specified.

MIT © 2018 Atanas Ginev