wpseek.com
A WordPress-centric search engine for devs and theme authors



the_posts_pagination_args › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'the_posts_pagination_args', $args )
Parameters:
  • (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
Defined at:
Codex:

Filters the arguments for posts pagination links.





Source

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