Filters the display name of the author who last edited the current post.
N/A
Sortie :
@param string $display_name The author's display name, empty string if user is unavailable.
// Utilisation de la fonction the_modified_author
$result = the_modified_author();
if ($result) {
// Votre logique ici
}
Chargement des actualités...