previous_image_link

Advertisement

Summery Summery

Displays previous image link that has the same post parent.

Syntax Syntax

previous_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

	 *
	 * @param string $html    Audio shortcode HTML output.
	 * @param array  $atts    Array of audio shortcode attributes.

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

See also See also

Advertisement

Leave a Reply