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



the_shortlink › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'the_shortlink', $link, $shortlink, $text, $title )
Paramètres: (4)
  • (string) $link Shortlink anchor tag.
    Requis: Oui
  • (string) $shortlink Shortlink URL.
    Requis: Oui
  • (string) $text Shortlink's text.
    Requis: Oui
  • (string) $title Shortlink's title attribute.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the short link anchor tag for a post.





Source

$link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );