wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_archives_link › Les Filtres WordPress

Depuis5.2.0
Dépréciéen/a
apply_filters( 'get_archives_link', $link_html, $url, $text, $format, $before, $after, $selected )
Paramètres: (7)
  • (string) $link_html The archive HTML link content.
    Requis: Oui
  • (string) $url URL to archive.
    Requis: Oui
  • (string) $text Archive text description.
    Requis: Oui
  • (string) $format Link format. Can be 'link', 'option', 'html', or custom.
    Requis: Oui
  • (string) $before Content to prepend to the description.
    Requis: Oui
  • (string) $after Content to append to the description.
    Requis: Oui
  • (bool) $selected True if the current page is the selected archive.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the archive link content.





Source

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