Retrieves the description for an author, post type, or term archive.
N/A
Sortie :
@return string Archive description.
// Utilisation de la fonction get_the_archive_description
$result = get_the_archive_description();
if ($result) {
// Votre logique ici
}
Chargement des actualités...