Filters the author URL link HTML.
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 de la fonction the_author_link
$result = the_author_link();
if ($result) {
// Votre logique ici
}
Chargement des actualités...