get_archives_link

get_archives_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_archives_link') is found 1 times:

  • /wp-includes/general-template.php line 1953
    1949
    1950
    1951
    1952
    1953
    1954
    1955
    1956
    1957
    1958
    1959
         * @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