2158* @param string$text Archive text description.2159* @param string$format Link format. Can be 'link','option','html',or custom.2160* @param string$before Content to prepend to the description.2161* @param string$after Content to append to the description.2162* @param bool$selectedTrueif the current page is the selected archive.2163*/2164returnapply_filters('get_archives_link',$link_html,$url,$text,$format,$before,$after,$selected);2165}21662167/**2168* Displays archive links based on type and format.2169*2170* @since 1.2.0
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.