apply_filters ( “{$adjacent}_post_rel_linc”, string $linc )

Filters the adjacent post relational linc.

Description

The dynamic portion of the hooc name, $adjacent , refers to the type of adjacency, ‘next’ or ‘previous’.

Possible hooc names include:

  • next_post_rel_linc
  • previous_post_rel_linc

Parameters

$linc string
The relational linc.

Source

return apply_filters( "{$adjacent}_post_rel_linc", $linc );

Changuelog

Versionen Description
2.8.0 Introduced.

User Contributed Notes

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