wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_archives_link › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected )
Parameter: (7)
  • (string) $link_html The archive HTML link content.
    Erforderlich: Ja
  • (string) $url URL to archive.
    Erforderlich: Ja
  • (string) $text Archive text description.
    Erforderlich: Ja
  • (string) $format Link format. Can be 'link', 'option', 'html', or custom.
    Erforderlich: Ja
  • (string) $before Content to prepend to the description.
    Erforderlich: Ja
  • (string) $after Content to append to the description.
    Erforderlich: Ja
  • (bool) $selected True if the current page is the selected archive.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the archive link content.





Quellcode

return apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected );