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



{$adjacent}_post_rel_link › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( "{$adjacent}_post_rel_link", $link )
Parametri:
  • (string) $link The relational link.
    Richiesto:
Definito a:
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




Sorgenti

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