wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_posts_pagination_args › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'the_posts_pagination_args', $args )
参数:
  • (array) $args { Optional. Default pagination arguments, see paginate_links(). @type string $screen_reader_text Screen reader text for navigation element. Default 'Posts navigation'. @type string $aria_label ARIA label text for the nav element. Default 'Posts'. @type string $class Custom class for the nav element. Default 'pagination'. }
    Required: Yes
定义在:
文档:

Filters the arguments for posts pagination links.





源码

$args = apply_filters( 'the_posts_pagination_args', $args );