the_permalink_rss

FUNCTION wp-includes\feed.php (ligne 229) github
Filters the post excerpt for a feed.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...