Which is the function WP uses to convert words like "voilà" and "novità" to "voila" and "novita" in category slug? Can I recall it in my theme?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
If you simply want to covert accented words you can use remove_accents() If you want it converted in a slug like format you can use sanitize_title() |
|||
|
|
