Filters the post excerpt for a feed.
N/A
Sortie :
@param string $output The current post excerpt.
// Utilisation de la fonction the_permalink_rss
$result = the_permalink_rss();
if ($result) {
// Votre logique ici
}
Chargement des actualités...