2059* Filters the archive description.2060*2061* @since 4.1.02062*2063* @param string$description Archive description to be displayed.2064*/2065returnapply_filters('get_the_archive_description',$description);2066}20672068/**2069* Retrieves the description for a post type archive.2070*2071* @since 4.9.0
History
Introduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.