{$adjacent}_post_rel_link

Advertisement

Summery Summery

Filters the adjacent post relational link.

Syntax Syntax

apply_filters( "{$adjacent}_post_rel_link", string $link )

Description Description

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

Parameters Parameters

$link

The relational link.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply