apply_filters( "get_{$adjacent}_post_sort", string $order_by, WP_Post $post, string $order )
Filters the ORDER BY clause in the SQL for an adjacent post query.
Description
The dynamic portion of the hook name, $adjacent
, refers to the type of adjacency, ‘next’ or ‘previous’.
Possible hook names include:
get_next_post_sort
get_previous_post_sort
Parameters
Source
Changelog
Version | Description |
---|---|
4.9.0 | Added the $order parameter. |
4.4.0 | Added the $post parameter. |
2.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_adjacent_post_sort