comments_link_feed

FUNCTION wp-includes\feed.php (ligne 245) github
Filters the permalink to the post for use in feeds.

Paramètres

Entrée :
N/A
Sortie :
@param string $post_permalink The current post permalink.

Utilisation

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

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

Actualités

Chargement des actualités...