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



the_shortlink › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'the_shortlink', $link, $shortlink, $text, $title )
Parametry: (4)
  • (string) $link Shortlink anchor tag.
    Wymagane: Tak
  • (string) $shortlink Shortlink URL.
    Wymagane: Tak
  • (string) $text Shortlink's text.
    Wymagane: Tak
  • (string) $title Shortlink's title attribute.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the short link anchor tag for a post.





Źródło

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