Make WordPress Core

Changes between Version 4 and Version 6 of Ticket #53392


Ignore:
Timestamp:
06/13/2021 05:34:21 PM (3 years ago)
Author:
pbiron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53392

    • Property Summary changed from add a filter for the arguments of `the_posts_navigation()` to add a filter for the arguments of `the_posts_pagination()`
  • Ticket #53392 – Description

    v4 v6  
    88[https://developer.wordpress.org/reference/hooks/paginate_links_output/ paginate_links_output] (and maybe [https://developer.wordpress.org/reference/hooks/navigation_markup_template/ navigation_markup_template]).
    99
    10 It would be **much** easier if the child theme could simply filter the `the_posts_navigation()` args and let core (and the parent theme) do all the rest.
     10It would be **much** easier if the child theme could simply filter the `the_posts_pagination()` args and let core (and the parent theme) do all the rest.
    1111
    1212For example, suppose the parent theme does: