wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



{$adjacent}_post_rel_link › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( "{$adjacent}_post_rel_link", $link )
Parameter:
  • () link The relational link.
    Erforderlich: Ja
Definiert in:
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`




Quellcode

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