Filters a string cleaned and escaped for output in a textarea element.
$text
Sortie :
@param string $safe_text The text after it has been escaped. @param string $text The text prior to being escaped. @param string $text Text to escape. @return string Escaped text.
// Utilisation de la fonction esc_xml
$result = esc_xml($text);
if ($result) {
// Votre logique ici
}
Chargement des actualités...