1850* Filters the archive description.1851*1852* @since 4.1.01853*1854* @param string$description Archive description to be displayed.1855*/1856returnapply_filters('get_the_archive_description',$description);1857}18581859/**1860* Retrieves the description for a post type archive.1861*1862* @since 4.9.0
History
Introduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.