the_author_posts_link

FUNCTION wp-includes\author-template.php (ligne 333) github
Filters the link to the author page of the author of the current post.

Paramètres

Entrée :
$deprecated = ''
Sortie :
@param string $link HTML link.
@param string $deprecated Unused.

Utilisation

// Utilisation de la fonction the_author_posts_link
$result = the_author_posts_link($deprecated = '');

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

Actualités

Chargement des actualités...