aginev/wp-sanitize

WordPress transliterate post slugs and media file names

0.0.3 2018-11-29 09:49 UTC

This package is auto-updated.

Last update: 2024-03-27 10:08:07 UTC


README

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