1953* @param string$text Archive text description.1954* @param string$format Link format. Can be 'link','option','html',or custom.1955* @param string$before Content to prepend to the description.1956* @param string$after Content to append to the description.1957* @param bool$selectedTrueif the current page is the selected archive.1958*/1959returnapply_filters('get_archives_link',$link_html,$url,$text,$format,$before,$after,$selected);1960}19611962/**1963* Displays archive links based on type and format.1964*1965* @since 1.2.0
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.