首页 WordPress函数大全 next_image_link()

next_image_link()

2020-05-02 / 3234阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

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

显示下一个具有相同父帖子的图像链接。

描述

See also See also

  • adjacent_image_link()

Top ↑

参数

$size

(string|array)
(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 value: 'thumbnail'

$text

(string)
(Optional)
Link text.

Default value: false

大家谈论
    我的见解