wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_archives_link › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected )
Parametri: (7)
  • (string) $link_html The archive HTML link content.
    Richiesto:
  • (string) $url URL to archive.
    Richiesto:
  • (string) $text Archive text description.
    Richiesto:
  • (string) $format Link format. Can be 'link', 'option', 'html', or custom.
    Richiesto:
  • (string) $before Content to prepend to the description.
    Richiesto:
  • (string) $after Content to append to the description.
    Richiesto:
  • (bool) $selected True if the current page is the selected archive.
    Richiesto:
Definito a:
Codex:

Filters the archive link content.





Sorgenti

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