Filters the current feed URL.
$format
Sortie :
@param string $feed_link The link for the feed with set URL scheme. @param string $format Date format string to return the time in. @return string|false The time in requested format, or false on failure.
// Utilisation de la fonction get_feed_build_date
$result = get_feed_build_date($format);
if ($result) {
// Votre logique ici
}
Chargement des actualités...