apply_filters( “{$adjacent}_post_rel_link”, string $link )

In this article

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

$linkstring
The relational link.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.