WordPress 2.x Filter List for Plugin and Theme Developers

By Angsuman Chakraborty, Gaea News Network
Tuesday, April 11, 2006

A B C D E F G H I K L M N O P Q R S T U V W X Y

ARTICLE CONTINUED BELOW
No. Filter Name File Line No. Description
169 template wp-includes/functions.php 1696  
170 template_directory wp-includes/functions.php 1702  
171 template_directory_uri wp-includes/functions.php 1708  
172 the_author wp-includes/template-functions-author.php 5  
173 the_author_email wp-includes/template-functions-author.php 71  
174 the_category wp-includes/template-functions-category.php 45  
175 the_category wp-includes/template-functions-category.php 96  
176 the_category_rss wp-includes/feed-functions.php 142  
177 the_content wp-includes/functions-formatting.php 725 applied to post content prior to rendering. Passed the content as a string. The following plugin snippet would replace all instances of the word foo with bar, without modifying the contents of the post as stored in the database:
function foo_bar ($content = '') {
     return preg_replace("/foo/", "bar", $content);
}

add_filter('the_content', 'foo_bar');

178 the_content wp-includes/functions-post.php 705  
179 the_content wp-includes/template-functions-post.php 56  
180 the_content_rss wp-includes/feed-functions.php 25  
181 the_date wp-includes/template-functions-general.php 621  
182 the_excerpt wp-includes/functions-post.php 707  
183 the_excerpt wp-includes/template-functions-post.php 102  
184 the_excerpt_rss wp-includes/feed-functions.php 58  
185 the_modified_time wp-includes/template-functions-general.php 656  
186 the_permalink wp-includes/template-functions-links.php 10  
187 the_permalink wp-includes/template-functions-links.php 5  
188 the_posts wp-includes/classes.php 689  
189 the_time wp-includes/template-functions-general.php 630  
190 the_title wp-commentsrss2.php 56  
191 the_title wp-includes/feed-functions.php 14  
192 the_title wp-includes/functions-post.php 715  
193 the_title wp-includes/template-functions-links.php 309  
194 the_title wp-includes/template-functions-links.php 325  
195 the_title wp-includes/template-functions-links.php 350  
196 the_title wp-includes/template-functions-links.php 371  
197 the_title wp-includes/template-functions-post.php 22  
198 the_title_rss wp-commentsrss2.php 57  
199 the_title_rss wp-includes/feed-functions.php 15  
200 the_weekday wp-includes/template-functions-general.php 685  
201 the_weekday_date wp-includes/template-functions-general.php 699  
202 theme_root wp-includes/functions.php 1661  
203 theme_root_uri wp-includes/functions.php 1665  
204 thumbnail_filename wp-admin/admin-functions.php 759  
205 title=” wp-includes/template-functions-category.php 328  
206 title_edit_pre wp-admin/admin-functions.php 266  
207 title_save_pre wp-content/themes/k2-svn/options/app/.svn/text-base/archive.php.svn-base 13  
208 title_save_pre wp-content/themes/k2-svn/options/app/archive.php 13  
209 title_save_pre wp-content/themes/k2/functions.php 82  
210 title_save_pre wp-includes/functions-post.php 225  
211 title_save_pre wp-includes/functions-post.php 28  
Discussion
March 5, 2010: 4:11 am

I am glad to catch idea from your article. It has information I have been searching for a long time. Thanks so much.

January 26, 2010: 10:52 pm

Great information, Thank you so much… keep up the great work.

January 14, 2007: 1:01 am

*taps fingers on desk and wonders why nobody is postin*

\”Postin\” -Southern Verb, to post. lol

April 20, 2006: 7:33 pm

[...] Simple Thoughts的Wordpress 2.× Filter完全列表,对于WP插件和主题的开发者很有用。 将本文保存到:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

April 20, 2006: 8:22 am

[...] WordPress 2.x Filters Comprehensive List for Plugin and Theme Developers. I like this list and have come across something similar on the Codex but I cannot recall the URI. Also look for Wordpress 2.x Hooks from Angsuman. My only gripe is the presentation, but thats the author’s choice and the nature of the beast. Technorati Tags: wordpress filters wordpress hook   [...]

April 17, 2006: 1:26 am

[...] a comprehensive list of WordPress v2.x filters for both plugin and theme developers. Add to: del.icio.us Filed under:Blogs [...]

YOUR VIEW POINT
NAME : (REQUIRED)
MAIL : (REQUIRED)
will not be displayed
WEBSITE : (OPTIONAL)
YOUR
COMMENT :