next_comments_link

函式
next_comments_link ( $label = '', $max_page = 0 )
引數
  • (string) $label Optional. Label for link text. Default empty.
    Required:
    Default: (empty)
  • (int) $max_page Optional. Max page. Default 0.
    Required:
定義位置
相關方法
get_comments_linkget_next_comments_linkget_comment_linkedit_comment_linkcomments_link
引入
2.7.0
棄用
-

next_comments_link: 這個函式返回到下一頁評論的連結。

顯示通向下一個評論頁面的連結。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function next_comments_link( $label = '', $max_page = 0 ) {
echo get_next_comments_link( $label, $max_page );
}
function next_comments_link( $label = '', $max_page = 0 ) { echo get_next_comments_link( $label, $max_page ); }
function next_comments_link( $label = '', $max_page = 0 ) {
	echo get_next_comments_link( $label, $max_page );
}

常見問題

FAQs
檢視更多 >