Gets the previous image link that has the same post parent.
Description
See also
Parameters
$size
string|int[]optional- Image size. Accepts any registered image size name, or an array of width and height values in pixels (in that order). Default
'thumbnail'
.Default:
'thumbnail'
$text
string|falseoptional- Link text.
Default:
false
Source
* @param string|false $text Optional. Link text. Default false.
* @return string Markup for previous image link.
*/
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.