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



the_shortlink › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'the_shortlink', $link, $shortlink, $text, $title )
Parametri: (4)
  • (string) $link Shortlink anchor tag.
    Richiesto:
  • (string) $shortlink Shortlink URL.
    Richiesto:
  • (string) $text Shortlink's text.
    Richiesto:
  • (string) $title Shortlink's title attribute.
    Richiesto:
Definito a:
Codex:

Filters the short link anchor tag for a post.





Sorgenti

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