wpseek.com
A WordPress-centric search engine for devs and theme authors



{$adjacent}_post_rel_link › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( "{$adjacent}_post_rel_link", $link )
Parameters:
  • (string) $link The relational link.
    Required: Yes
Defined at:
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




Source

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