wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_archives_link › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected )
Parametry: (7)
  • (string) $link_html The archive HTML link content.
    Wymagane: Tak
  • (string) $url URL to archive.
    Wymagane: Tak
  • (string) $text Archive text description.
    Wymagane: Tak
  • (string) $format Link format. Can be 'link', 'option', 'html', or custom.
    Wymagane: Tak
  • (string) $before Content to prepend to the description.
    Wymagane: Tak
  • (string) $after Content to append to the description.
    Wymagane: Tak
  • (bool) $selected True if the current page is the selected archive.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the archive link content.





Źródło

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