the_feed_link

FUNCTION wp-includes\link-template.php (ligne 645) github
Filters the day archive permalink.

Paramètres

Entrée :
$anchor, $feed = ''
Sortie :
@param string $daylink Permalink for the day archive.
@param int    $year    Year for the archive.
@param int    $month   Month for the archive.
@param int    $day     The day for the archive.
@param string $anchor The link's anchor text.
@param string $feed   Optional. Feed type. Possible values include 'rss2', 'atom'.

Utilisation

// Utilisation de la fonction the_feed_link
$result = the_feed_link($anchor, $feed = '');

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

Actualités

Chargement des actualités...