1854* Filters the archive description.1855*1856* @since 4.1.01857*1858* @param string$description Archive description to be displayed.1859*/1860returnapply_filters('get_the_archive_description',$description);1861}18621863/**1864* Retrieves the description for a post type archive.1865*1866* @since 4.9.0
History
Introduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.