next_image_link

函数
next_image_link ( $size = 'thumbnail', $text = false )
参数
  • (string|int[]) $size Optional. Image size. Accepts any registered image size name, or an array of width and height values in pixels (in that order). Default 'thumbnail'.
    Required:
    Default: 'thumbnail'
  • (string|false) $text Optional. Link text. Default false.
    Required:
    Default: false
定义位置
相关方法
get_next_image_linkget_page_link_get_page_linkadjacent_image_linknext_comments_link
引入
2.5.0
弃用
-

next_image_link: 该函数返回当前文章或页面中下一个图片附件的链接。

显示具有相同文章父本的下一个图片链接。

function next_image_link( $size = 'thumbnail', $text = false ) {
	echo get_next_image_link( $size, $text );
}

常见问题

FAQs
查看更多 >