next_image_link

Advertisement

Summery Summery

Displays next image link that has the same post parent.

Syntax Syntax

next_image_link( string|array $size = 'thumbnail', string $text = false )

Parameters Parameters

$size

(Optional) Image size. Accepts any valid image size, an array of width and height values in pixels (in that order), 0, or 'none'. 0 or 'none' will default to 'post_title' or $text. Default 'thumbnail'.

Default value: 'thumbnail'

$text

(Optional) Link text.

Default value: false

Source Source

File: wp-includes/media.php

 * @return string[] List of supported video formats.
 */
function wp_get_video_extensions() {

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

See also See also

Advertisement

Leave a Reply