the_modified_author

FUNCTION wp-includes\author-template.php (ligne 106) github
Filters the display name of the author who last edited the current post.

Paramètres

Entrée :
N/A
Sortie :
@param string $display_name The author's display name, empty string if user is unavailable.

Utilisation

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

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

Actualités

Chargement des actualités...