wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_posts_pagination_args › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'the_posts_pagination_args', $args )
Parametry:
  • (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'. }
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the arguments for posts pagination links.





Źródło

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