comment_author_rss

FUNCTION wp-includes\feed.php (ligne 330) github
Filters the current comment author for use in a feed.

Paramètres

Entrée :
N/A
Sortie :
@param string $comment_author The current comment author.

Utilisation

// Utilisation de la fonction comment_author_rss
$result = comment_author_rss();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...