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)
  • () link_html The archive HTML link content.
    Erforderlich: Ja
  • () url URL to archive.
    Erforderlich: Ja
  • () text Archive text description.
    Erforderlich: Ja
  • () format Link format. Can be 'link', 'option', 'html', or custom.
    Erforderlich: Ja
  • () before Content to prepend to the description.
    Erforderlich: Ja
  • () after Content to append to the description.
    Erforderlich: Ja
  • () 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 );