wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_shortlink › Hooks de Filtros WordPress

Desde3.0.0
Obsoleton/a
apply_filters( 'the_shortlink', $link, $shortlink, $text, $title )
Parâmetros: (4)
  • (string) $link Shortlink anchor tag.
    Required: Yes
  • (string) $shortlink Shortlink URL.
    Required: Yes
  • (string) $text Shortlink's text.
    Required: Yes
  • (string) $title Shortlink's title attribute.
    Required: Yes
Definido em:
Codex:

Filters the short link anchor tag for a post.





Fonte

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