get_archives_link

get_archives_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_archives_link') is found 1 times:

  • /wp-includes/general-template.php line 1939
    	 * @param string $before    Content to prepend to the description.
    	 * @param string $after     Content to append to the description.
    	 * @param bool   $selected  True if the current page is the selected archive.
    	 */
    	return apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected );
    }
    
    /**
     * Displays archive links based on type and format.
     *
     * @since 1.2.0