wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_posts_pagination_args › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'the_posts_pagination_args', $args )
Parametri:
  • (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'. }
    Richiesto:
Definito a:
Codex:

Filters the arguments for posts pagination links.





Sorgenti

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