Changes between Version 4 and Version 6 of Ticket #53392
- Timestamp:
- 06/13/2021 05:34:21 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53392
-
Property
Summary
changed from
add a filter for the arguments of `the_posts_navigation()`
toadd a filter for the arguments of `the_posts_pagination()`
-
Property
Summary
changed from
-
Ticket #53392 – Description
v4 v6 8 8 [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]). 9 9 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.10 It 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. 11 11 12 12 For example, suppose the parent theme does: