Determines whether the user can access the visual editor. Checks if the user can access the visual editor and that it's supported by the user's browser.
N/A
Sortie :
@return bool True if the user can access the visual editor, false otherwise.
// Utilisation de la fonction user_can_richedit
$result = user_can_richedit();
if ($result) {
// Votre logique ici
}
Chargement des actualités...