Filters the permalink to the post for use in feeds.
N/A
Sortie :
@param string $post_permalink The current post permalink.
// Utilisation de la fonction comments_link_feed
$result = comments_link_feed();
if ($result) {
// Votre logique ici
}
Chargement des actualités...