the_author_link

FUNCTION wp-includes\author-template.php (ligne 253) github
Filters the author URL link HTML.

Paramètres

Entrée :
N/A
Sortie :
@param string  $link       The default rendered author HTML link.
@param string  $author_url Author's URL.
@param WP_User $authordata Author user data.

Utilisation

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

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

Actualités

Chargement des actualités...