apply_filters( ‘get_the_archive_description’, string $description )

In this article

Filters the archive description.

Parameters

$descriptionstring
Archive description to be displayed.

Source

return apply_filters( 'get_the_archive_description', $description );

Changelog

VersionDescription
4.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.