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?
1 Answer
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()