apply_filters( "{$adjacent}_image_link", string $output, int $attachment_id, string $size, string $text )

Filters the adjacent image link.


Description

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


Parameters

$output

Adjacent image HTML markup.

$attachment_id

Attachment ID

$size

Image size.

$text

Link text.


Source

File: wp-includes/media.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.5.0 Introduced.