WP hooks navigation: Home/browse • Actions index • Filters index
Some hooks have variables in their names. For example, pre_${taxonomy}_$field
and admin_head-
both have variable names. In general, any hook that ends (or begins) with -
or _
, or contains a $
, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.
This is a variable hook. Because its name contains some variables, this hook might actually refer to several different possible hooks.
This variable hook replaces the following non-variable hooks found in earlier versions of WP. You may want to read up on these older hooks to get a better idea of what this variable hook can do.
Replaced Hook | Version when Changed | Information about Hook |
---|---|---|
get_next_post_sort | 2.5 | In function get_next_post (which finds the post after the currently-displayed post), applied to the SQL ORDER BY clause (which normally orders by post date in ascending order with a limit of 1 post). Filter function arguments: ORDER BY clause. Sources: [1] and [2] |
get_previous_post_sort | 2.5 | In function get_previous_post (which finds the post before the currently-displayed post), applied to the SQL ORDER BY clause (which normally orders by post date in descending order with a limit of 1 post). Filter function arguments: ORDER BY clause. Sources: [1] and [2] |
This database has information for all major versions from WP 1.2.1 through 6.2.
Version | File | Line | Type | |
---|---|---|---|---|
2.5 | wp-includes/link-template.php | 568 | View in context | filter |
2.6 | wp-includes/link-template.php | 580 | View in context | filter |
2.7 | wp-includes/link-template.php | 898 | View in context | filter |
2.8 | wp-includes/link-template.php | 903 | View in context | filter |
2.9 | wp-includes/link-template.php | 960 | View in context | filter |
3.0 | wp-includes/link-template.php | 1039 | View in context | filter |
3.1 | wp-includes/link-template.php | 1136 | View in context | filter |
3.2 | wp-includes/link-template.php | 1138 | View in context | filter |
3.3 | wp-includes/link-template.php | 1149 | View in context | filter |
3.4 | wp-includes/link-template.php | 1146 | View in context | filter |
3.5 | wp-includes/link-template.php | 1175 | View in context | filter |
3.6 | wp-includes/link-template.php | 1178 | View in context | filter |
3.7 | wp-includes/link-template.php | 1180 | View in context | filter |
3.8 | wp-includes/link-template.php | 1184 | View in context | filter |
3.9 | wp-includes/link-template.php | 1554 | View in context | filter |
4.0 | wp-includes/link-template.php | 1560 | View in context | filter |
4.1 | wp-includes/link-template.php | 1562 | View in context | filter |
4.2 | wp-includes/link-template.php | 1596 | View in context | filter |
4.3 | wp-includes/link-template.php | 1620 | View in context | filter |
4.4 | wp-includes/link-template.php | 1700 | View in context | filter |
4.5 | wp-includes/link-template.php | 1714 | View in context | filter |
4.6 | wp-includes/link-template.php | 1727 | View in context | filter |
4.7 | wp-includes/link-template.php | 1730 | View in context | filter |
4.8 | wp-includes/link-template.php | 1730 | View in context | filter |
4.9 | wp-includes/link-template.php | 1732 | View in context | filter |
5.0 | wp-includes/link-template.php | 1732 | View in context | filter |
5.1 | wp-includes/link-template.php | 1821 | View in context | filter |
5.2 | wp-includes/link-template.php | 1821 | View in context | filter |
5.3 | wp-includes/link-template.php | 1850 | View in context | filter |
5.4 | wp-includes/link-template.php | 1855 | View in context | filter |
5.5 | wp-includes/link-template.php | 1855 | View in context | filter |
5.6 | wp-includes/link-template.php | 1862 | View in context | filter |
5.7 | wp-includes/link-template.php | 1927 | View in context | filter |
5.8 | wp-includes/link-template.php | 1953 | View in context | filter |
5.9 | wp-includes/link-template.php | 1960 | View in context | filter |
6.0 | wp-includes/link-template.php | 1960 | View in context | filter |
6.1 | wp-includes/link-template.php | 1970 | View in context | filter |
6.2 | wp-includes/link-template.php | 1977 | View in context | filter |
We find related hooks using word stems. get_{$adjacent}_post_sort has 3 significant word stem(s): adjacent
, post
, sort
. Note that some of the hooks below may not appear in all versions of WP.