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



{$adjacent}_post_rel_link › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( "{$adjacent}_post_rel_link", $link )
Parâmetros:
  • (string) $link The relational link.
    Required: Yes
Definido em:
Codex:

Filters the adjacent post relational link.

The dynamic portion of the hook name, $adjacent, refers to the type of adjacency, 'next' or 'previous'.

Possible hook names include:

  • next_post_rel_link
  • previous_post_rel_link




Fonte

return apply_filters( "{$adjacent}_post_rel_link", $link );