The dynamic portion of the hook name, $adjacent, refers to the type of adjacency, 'next' or 'previous'. Possible hook names include: <ul> <li>next_post_rel_link</li> <li>previous_post_rel_link</li> </ul>
2105*-`previous_post_rel_link`2106*2107* @since 2.8.02108*2109* @param string$link The relational link.2110*/2111returnapply_filters("{$adjacent}_post_rel_link",$link);2112}21132114/**2115* Displays the relational links for the posts adjacent to the current post.2116*2117* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.