self_link

FUNCTION wp-includes\feed.php (ligne 681) github
Displays the link for the currently displayed feed in a XSS safe way. Generate a correct link for the atom:self element.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...