Filters the RSS enclosure HTML link tag for the current post.
N/A
Sortie :
@param string $html_link_tag The HTML link tag with a URI and other attributes.
// Utilisation de la fonction atom_enclosure
$result = atom_enclosure();
if ($result) {
// Votre logique ici
}
Chargement des actualités...