get_the_archive_description

FUNCTION wp-includes\general-template.php (ligne 1829) github
Retrieves the description for an author, post type, or term archive.

Paramètres

Entrée :
N/A
Sortie :
@return string Archive description.

Utilisation

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

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

Actualités

Chargement des actualités...