Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-includes/link-template.php

WP version: 2.7

Important! Some hooks get applied in multiple files. If you are trying to figure out what a specific hook does, you need to look in all the files that apply the hook. Click the "details" link next to any hook for more information.

Hook Type New? File
1 attachment_link filter no wp-includes/link-template.php
2 author_feed_link filter no wp-includes/link-template.php
3 category_feed_link filter no wp-includes/link-template.php
4 day_link filter no wp-includes/link-template.php
5 day_link filter no wp-includes/link-template.php
6 edit_bookmark_link filter YES wp-includes/link-template.php
7 edit_comment_link filter no wp-includes/link-template.php
8 edit_post_link filter no wp-includes/link-template.php
9 edit_tag_link filter YES wp-includes/link-template.php
10 feed_link filter no wp-includes/link-template.php
11 get_comments_pagenum_link filter YES wp-includes/link-template.php
12 get_edit_bookmark_link filter YES wp-includes/link-template.php
13 get_edit_comment_link filter no wp-includes/link-template.php
14 get_edit_post_link filter no wp-includes/link-template.php
15 get_edit_tag_link filter YES wp-includes/link-template.php
16 get_pagenum_link filter no wp-includes/link-template.php
17 get_{$adjacent}_post_join note filter no wp-includes/link-template.php
18 get_{$adjacent}_post_sort note filter no wp-includes/link-template.php
19 get_{$adjacent}_post_where note filter no wp-includes/link-template.php
20 month_link filter no wp-includes/link-template.php
21 month_link filter no wp-includes/link-template.php
22 next_comments_link_attributes filter YES wp-includes/link-template.php
23 next_posts_link_attributes filter YES wp-includes/link-template.php
24 page_link filter no wp-includes/link-template.php
25 post_comments_feed_link filter no wp-includes/link-template.php
26 post_link filter no wp-includes/link-template.php
27 post_link filter no wp-includes/link-template.php
28 previous_comments_link_attributes filter YES wp-includes/link-template.php
29 previous_posts_link_attributes filter YES wp-includes/link-template.php
30 search_feed_link filter no wp-includes/link-template.php
31 search_feed_link filter no wp-includes/link-template.php
32 shortcut_link filter no wp-includes/link-template.php
33 site_url filter YES wp-includes/link-template.php
34 tag_feed_link filter no wp-includes/link-template.php
35 the_permalink filter no wp-includes/link-template.php
36 the_title filter no wp-includes/link-template.php
37 user_trailingslashit filter no wp-includes/link-template.php
38 year_link filter no wp-includes/link-template.php
39 year_link filter no wp-includes/link-template.php
40 _get_page_link filter no wp-includes/link-template.php
41 {$adjacent}_post_link note filter no wp-includes/link-template.php

Important warning about variable hooks

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.