wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_posts_pagination_args › Les Filtres WordPress

Depuis6.1.0
Dépréciéen/a
apply_filters( 'the_posts_pagination_args', $args )
Paramètres:
  • (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'. }
    Requis: Oui
Défini(e) dans:
Codex:

Filters the arguments for posts pagination links.





Source

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