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?
Leave a Reply
You must be logged in to post a comment.
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?
You must be logged in to post a comment.
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()