Filters the adjacent post relational link.
Description
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
Parameters
$link
string- The relational link.
Source
return apply_filters( "{$adjacent}_post_rel_link", $link );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.