1844* Filters the archive description.1845*1846* @since 4.1.01847*1848* @param string$description Archive description to be displayed.1849*/1850returnapply_filters('get_the_archive_description',$description);1851}18521853/**1854* Retrieves the description for a post type archive.1855*1856* @since 4.9.0
History
Introduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.