Filters the link to the author page of the author of the current post.
$deprecated = ''
Sortie :
@param string $link HTML link. @param string $deprecated Unused.
// Utilisation de la fonction the_author_posts_link
$result = the_author_posts_link($deprecated = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...