首页 WordPress函数大全 paginate_comments_links()

paginate_comments_links()

2020-05-02 / 5143阅 / 悠然

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

paginate_comments_links( string|array $args = array() )

显示或检索评论的分页链接>

Contents

  • Description
    • See also
    • Parameters
    • Return
    • Source
    • Changelog
  • Related
    • Uses
    • Used By
  • User Contributed Notes

描述

See also See also

  • paginate_links()

Top ↑

参数

$args

(string|array)
(Optional)
args. See paginate_links().

Default value: array()

返回

(void|string|array) Void if 'echo' argument is true and 'type' is not an array, or if the query is not for an existing single post of any post type. Otherwise, markup for comment page links or array of comment page links, depending on 'type' argument.

大家谈论
  • 匿名

    匿名网友 / 2022-01-05 17:06:42

    12赞同 4否定
  • 0.0

我的见解