atom_enclosure

FUNCTION wp-includes\feed.php (ligne 493) github
Filters the RSS enclosure HTML link tag for the current post.

Paramètres

Entrée :
N/A
Sortie :
@param string $html_link_tag The HTML link tag with a URI and other attributes.

Utilisation

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

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

Actualités

Chargement des actualités...