Languages: English • Reference/remove accents 日本語 (Add your language)
Converts all accent characters to ASCII characters.
If there are no accent characters, then the string given is just returned.
<?php remove_accents( $string ) ?>
<?php $text = "Hoy será un gran día"; echo remove_accents ( $text ); ?>
Echo result: Hoy sera un gran dia
Since: 1.2.1
remove_accents() is located in wp-includes/formatting.php
.