Filters the current comment author for use in a feed.
N/A
Sortie :
@param string $comment_author The current comment author.
// Utilisation de la fonction comment_author_rss
$result = comment_author_rss();
if ($result) {
// Votre logique ici
}
Chargement des actualités...