WordPress Action and Filter Hooks
These are all the action and filter calls in WP 2.5.0. For each call I show its arguments and where it occurs into the code.
Actions
function do_action( $tag, $arg = '' ) {...} -- wordpress-2.5.0/wp-includes/plugin.php (271)
function do_action_ref_array( $tag, $args ) {...} -- wordpress-2.5.0/wp-includes/plugin.php (354)
Fixed Name Actions
A call takes the form do_action( <hook>, <arg1>, <arg2>, … )
HOOK ARGS LOCATION
'_admin_menu' -- wordpress-2.5.0/wp-admin/menu.php (72)
'activity_box_end' -- wordpress-2.5.0/wp-admin/index.php (115)
'add_attachment', $post_ID -- wordpress-2.5.0/wp-includes/post.php (2134)
'add_category_form_pre', $category -- wordpress-2.5.0/wp-admin/edit-category-form.php (15)
'add_link', $link_id -- wordpress-2.5.0/wp-admin/includes/bookmark.php (139)
'add_link_category_form_pre', $category -- wordpress-2.5.0/wp-admin/edit-link-category-form.php (15)
'add_tag_form_pre', $tag -- wordpress-2.5.0/wp-admin/edit-tag-form.php (15)
'admin_footer', '' -- wordpress-2.5.0/wp-admin/admin-footer.php (11)
'admin_footer', '' -- wordpress-2.5.0/wp-admin/bookmarklet.php (104)
'admin_head' -- wordpress-2.5.0/wp-admin/admin-header.php (57)
'admin_head' -- wordpress-2.5.0/wp-admin/includes/media.php (140)
'admin_init' -- wordpress-2.5.0/wp-admin/admin.php (44)
'admin_menu', '' -- wordpress-2.5.0/wp-admin/menu.php (119)
'admin_notices' -- wordpress-2.5.0/wp-admin/menu-header.php (166)
'admin_page_access_denied' -- wordpress-2.5.0/wp-admin/menu.php (139)
'admin_print_scripts' -- wordpress-2.5.0/wp-admin/admin-header.php (51)
'admin_print_scripts' -- wordpress-2.5.0/wp-admin/includes/media.php (139)
'admin_xml_ns' -- wordpress-2.5.0/wp-admin/admin-header.php (26)
'admin_xml_ns' -- wordpress-2.5.0/wp-admin/includes/media.php (124)
'admin_xml_ns' -- wordpress-2.5.0/wp-admin/update.php (149)
'adminmenu' -- wordpress-2.5.0/wp-admin/menu-header.php (90)
'after_plugin_row', $plugin_file -- wordpress-2.5.0/wp-admin/plugins.php (159)
'akismet_spam_caught' -- wordpress-2.5.0/wp-content/plugins/akismet/akismet.php (208)
'akismet_tabs' -- wordpress-2.5.0/wp-content/plugins/akismet/akismet.php (496)
'app_publish_post', $post_id -- wordpress-2.5.0/wp-includes/post.php (2890)
'atom_entry' -- wordpress-2.5.0/wp-includes/feed-atom.php (50)
'atom_head' -- wordpress-2.5.0/wp-includes/feed-atom.php (30)
'atom_ns' -- wordpress-2.5.0/wp-includes/feed-atom-comments.php (14)
'atom_ns' -- wordpress-2.5.0/wp-includes/feed-atom.php (18)
'blog_privacy_selector' -- wordpress-2.5.0/wp-admin/options-privacy.php (22)
'check_admin_referer', $action, $result -- wordpress-2.5.0/wp-includes/pluggable.php (631)
'check_ajax_referer', $action, $result -- wordpress-2.5.0/wp-includes/pluggable.php (655)
'check_comment_flood', $comment_author_IP, $comment_author_email, $comment_date_gmt
-- wordpress-2.5.0/wp-includes/comment.php (339)
'clean_object_term_cache', $object_ids, $object_type -- wordpress-2.5.0/wp-includes/taxonomy.php (1600)
'clean_page_cache', $id -- wordpress-2.5.0/wp-includes/post.php (2716)
'clean_post_cache', $id -- wordpress-2.5.0/wp-includes/post.php (2678)
'clean_term_cache', $ids, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (1645)
'comment_atom_entry', $comment->comment_ID, $comment_post->ID
-- wordpress-2.5.0/wp-includes/feed-atom-comments.php (74)
'comment_closed', $comment_post_ID -- wordpress-2.5.0/wp-comments-post.php (20)
'comment_flood_trigger', $time_lastcomment, $time_newcomment
-- wordpress-2.5.0/wp-includes/comment.php (387)
'comment_form', $post->ID -- wordpress-2.5.0/wp-content/themes/classic/comments-popup.php (89)
'comment_form', $post->ID -- wordpress-2.5.0/wp-content/themes/classic/comments.php (68)
'comment_form', $post->ID -- wordpress-2.5.0/wp-content/themes/default/comments-popup.php (89)
'comment_form', $post->ID -- wordpress-2.5.0/wp-content/themes/default/comments.php (99)
'comment_id_not_found', $comment_post_ID -- wordpress-2.5.0/wp-comments-post.php (17)
'comment_loop_start' -- wordpress-2.5.0/wp-includes/query.php (1540)
'comment_on_draft', $comment_post_ID -- wordpress-2.5.0/wp-comments-post.php (23)
'comment_post', $comment_ID, $commentdata['comment_approved']
-- wordpress-2.5.0/wp-includes/comment.php (686)
'comment_relatedlinks_list' -- wordpress-2.5.0/wp-admin/edit-form-comment.php (59)
'commentrss2_item', $comment->comment_ID, $comment_post->ID
-- wordpress-2.5.0/wp-includes/feed-rss2-comments.php (58)
'commentsrss2_head' -- wordpress-2.5.0/wp-includes/feed-rss2-comments.php (31)
'create_term', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1223)
'created_term', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1230)
'dashmenu' -- wordpress-2.5.0/wp-admin/menu-header.php (34)
'dbx_post_advanced' -- wordpress-2.5.0/wp-admin/edit-form-advanced.php (296)
'dbx_post_sidebar' -- wordpress-2.5.0/wp-admin/edit-form-advanced.php (341)
'delete_attachment', $postid -- wordpress-2.5.0/wp-includes/post.php (2199)
'delete_comment', $comment_id -- wordpress-2.5.0/wp-includes/comment.php (486)
'delete_link', $link_id -- wordpress-2.5.0/wp-admin/includes/bookmark.php (46)
'delete_post', $postid -- wordpress-2.5.0/wp-includes/post.php (975)
'delete_term', $term, $tt_id, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (1001)
'delete_user', $id -- wordpress-2.5.0/wp-admin/includes/user.php (272)
'deleted_link', $link_id -- wordpress-2.5.0/wp-admin/includes/bookmark.php (52)
'deleted_post', $postid -- wordpress-2.5.0/wp-includes/post.php (1021)
'deprecated_file_included', $file, $replacement -- wordpress-2.5.0/wp-includes/functions.php (1702)
'deprecated_function_run', $function, $replacement -- wordpress-2.5.0/wp-includes/functions.php (1667)
'do_robots' -- wordpress-2.5.0/wp-includes/template-loader.php (67)
'do_robots' -- wordpress-2.5.0/wp-includes/template-loader.php (9)
'do_robotstxt' -- wordpress-2.5.0/wp-includes/functions.php (943)
'edit_attachment', $post_ID -- wordpress-2.5.0/wp-includes/post.php (2132)
'edit_category_form', $category -- wordpress-2.5.0/wp-admin/edit-category-form.php (51)
'edit_category_form_pre', $category -- wordpress-2.5.0/wp-admin/edit-category-form.php (8)
'edit_comment', $comment_ID -- wordpress-2.5.0/wp-includes/comment.php (792)
'edit_form_advanced' -- wordpress-2.5.0/wp-admin/edit-form-advanced.php (253)
'edit_link', $link_id -- wordpress-2.5.0/wp-admin/includes/bookmark.php (137)
'edit_link_category_form', $category -- wordpress-2.5.0/wp-admin/edit-link-category-form.php (42)
'edit_link_category_form_pre', $category -- wordpress-2.5.0/wp-admin/edit-link-category-form.php (8)
'edit_page_form' -- wordpress-2.5.0/wp-admin/edit-page-form.php (187)
'edit_post', $post_ID, $post -- wordpress-2.5.0/wp-includes/post.php (1325)
'edit_post', $post_id, $post -- wordpress-2.5.0/wp-includes/comment.php (891)
'edit_post', $post_id, $post -- wordpress-2.5.0/wp-includes/post.php (1420)
'edit_tag_form', $tag -- wordpress-2.5.0/wp-admin/edit-tag-form.php (39)
'edit_tag_form_pre', $tag -- wordpress-2.5.0/wp-admin/edit-tag-form.php (8)
'edit_term', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1478)
'edit_user_profile' -- wordpress-2.5.0/wp-admin/user-edit.php (324)
'edited_term', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1485)
'export_wp' -- wordpress-2.5.0/wp-admin/includes/export.php (9)
'get_footer' -- wordpress-2.5.0/wp-includes/general-template.php (15)
'get_header' -- wordpress-2.5.0/wp-includes/general-template.php (6)
'get_sidebar' -- wordpress-2.5.0/wp-includes/general-template.php (24)
'import_done', 'blogger' -- wordpress-2.5.0/wp-admin/import/blogger.php (466)
'import_done', 'blogware' -- wordpress-2.5.0/wp-admin/import/blogware.php (165)
'import_done', 'dotclear' -- wordpress-2.5.0/wp-admin/import/dotclear.php (618)
'import_done', 'greymatter' -- wordpress-2.5.0/wp-admin/import/greymatter.php (283)
'import_done', 'livejournal' -- wordpress-2.5.0/wp-admin/import/livejournal.php (141)
'import_done', 'mt' -- wordpress-2.5.0/wp-admin/import/mt.php (421)
'import_done', 'rss' -- wordpress-2.5.0/wp-admin/import/rss.php (144)
'import_done', 'textpattern' -- wordpress-2.5.0/wp-admin/import/textpattern.php (553)
'import_done', 'wordpress' -- wordpress-2.5.0/wp-admin/import/wordpress.php (331)
'import_end' -- wordpress-2.5.0/wp-admin/import/wordpress.php (665)
'import_post_added', $post_id -- wordpress-2.5.0/wp-admin/import/wordpress.php (507)
'import_post_meta', $post_id, $_key, $value -- wordpress-2.5.0/wp-admin/import/wordpress.php (516)
'import_start' -- wordpress-2.5.0/wp-admin/import/wordpress.php (661)
'in_admin_footer', '' -- wordpress-2.5.0/wp-admin/admin-footer.php (6)
'init' -- wordpress-2.5.0/wp-settings.php (469)
'link_relatedlinks_list' -- wordpress-2.5.0/wp-admin/edit-link-form.php (69)
'load_feed_engine' -- wordpress-2.5.0/wp-includes/rss.php (18)
'login_form' -- wordpress-2.5.0/wp-login.php (388)
'login_head' -- wordpress-2.5.0/wp-login.php (26)
'loop_end' -- wordpress-2.5.0/wp-includes/query.php (1511)
'loop_start' -- wordpress-2.5.0/wp-includes/query.php (1504)
'lost_password' -- wordpress-2.5.0/wp-login.php (246)
'lostpassword_form' -- wordpress-2.5.0/wp-login.php (255)
'lostpassword_post' -- wordpress-2.5.0/wp-login.php (76)
'manage_comments_nav', $comment_status -- wordpress-2.5.0/wp-admin/edit-comments.php (174)
'manage_link_custom_column', $column_name, $link->link_id -- wordpress-2.5.0/wp-admin/link-manager.php (201)
'manage_media_custom_column', $column_name, $id -- wordpress-2.5.0/wp-admin/edit-attachment-rows.php (130)
'manage_media_media_column', $post->ID -- wordpress-2.5.0/wp-admin/edit-attachment-rows.php (55)
'manage_pages_custom_column', $column_name, $id -- wordpress-2.5.0/wp-admin/includes/template.php (458)
'manage_posts_custom_column', $column_name, $id -- wordpress-2.5.0/wp-admin/edit-post-rows.php (180)
'mce_options' -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (180)
'media_buttons' -- wordpress-2.5.0/wp-includes/general-template.php (944)
'page_relatedlinks_list' -- wordpress-2.5.0/wp-admin/edit-page-form.php (154)
'password_reset', $user -- wordpress-2.5.0/wp-login.php (125)
'personal_options_update' -- wordpress-2.5.0/wp-admin/user-edit.php (101)
'pingback_post', $comment_ID -- wordpress-2.5.0/xmlrpc.php (2320)
'plugins_loaded' -- wordpress-2.5.0/wp-settings.php (367)
'post_relatedlinks_list' -- wordpress-2.5.0/wp-admin/edit-form-advanced.php (173)
'posts_selection', $where . $groupby . $orderby . $limits . $join
-- wordpress-2.5.0/wp-includes/query.php (1406)
'pre_post_update', $post_ID -- wordpress-2.5.0/wp-includes/post.php (1287)
'private_to_published', $post->ID -- wordpress-2.5.0/wp-includes/post.php (2843)
'profile_personal_options' -- wordpress-2.5.0/wp-admin/user-edit.php (190)
'profile_update', $user_id -- wordpress-2.5.0/wp-includes/registration.php (199)
'publish_phone', $post_ID -- wordpress-2.5.0/wp-mail.php (179)
'rdf_header' -- wordpress-2.5.0/wp-includes/feed-rdf.php (31)
'rdf_item' -- wordpress-2.5.0/wp-includes/feed-rdf.php (53)
'rdf_ns' -- wordpress-2.5.0/wp-includes/feed-rdf.php (20)
'register_form' -- wordpress-2.5.0/wp-login.php (323)
'register_post', $user_login, $user_email, $errors
-- wordpress-2.5.0/wp-login.php (171)
'restrict_manage_posts' -- wordpress-2.5.0/wp-admin/edit.php (171)
'restrict_manage_posts' -- wordpress-2.5.0/wp-admin/upload.php (132)
'retreive_password', $user_login -- wordpress-2.5.0/wp-login.php (90)
'retrieve_password', $user_login -- wordpress-2.5.0/wp-login.php (91)
'retrieve_password_key', $user_login, $key -- wordpress-2.5.0/wp-login.php (97)
'rightnow_end' -- wordpress-2.5.0/wp-admin/index.php (114)
'rss2_head' -- wordpress-2.5.0/wp-admin/includes/export.php (184)
'rss2_head' -- wordpress-2.5.0/wp-includes/feed-rss2.php (30)
'rss2_item' -- wordpress-2.5.0/wp-includes/feed-rss2.php (53)
'rss2_ns' -- wordpress-2.5.0/wp-includes/feed-rss2.php (19)
'rss_head' -- wordpress-2.5.0/wp-includes/feed-rss.php (22)
'rss_item' -- wordpress-2.5.0/wp-includes/feed-rss.php (33)
'sanitize_comment_cookies' -- wordpress-2.5.0/wp-settings.php (382)
'save_post', $post_ID, $post -- wordpress-2.5.0/wp-includes/post.php (1327)
'save_post', $post_id, $post -- wordpress-2.5.0/wp-includes/post.php (1421)
'set_auth_cookie', $cookie, $expire -- wordpress-2.5.0/wp-includes/pluggable.php (550)
'set_current_user' -- wordpress-2.5.0/wp-includes/pluggable.php (55)
'show_user_profile' -- wordpress-2.5.0/wp-admin/user-edit.php (322)
'shutdown' -- wordpress-2.5.0/wp-settings.php (461)
'sidebar_admin_page' -- wordpress-2.5.0/wp-admin/widgets.php (318)
'sidebar_admin_setup' -- wordpress-2.5.0/wp-admin/widgets.php (11)
'sidemenu' -- wordpress-2.5.0/wp-admin/menu-header.php (123)
'simple_edit_form', '' -- wordpress-2.5.0/wp-admin/edit-form.php (61)
'submitcomment_box' -- wordpress-2.5.0/wp-admin/edit-form-comment.php (62)
'submitlink_box' -- wordpress-2.5.0/wp-admin/edit-link-form.php (72)
'submitpage_box' -- wordpress-2.5.0/wp-admin/edit-page-form.php (157)
'submitpost_box' -- wordpress-2.5.0/wp-admin/edit-form-advanced.php (177)
'switch_theme', $theme -- wordpress-2.5.0/wp-includes/theme.php (487)
'template_redirect' -- wordpress-2.5.0/wp-includes/template-loader.php (7)
'trackback_post', $wpdb->insert_id -- wordpress-2.5.0/wp-trackback.php (97)
'transition_post_status', $new_status, $old_status, $post
-- wordpress-2.5.0/wp-includes/post.php (1514)
'user_register', $user_id -- wordpress-2.5.0/wp-includes/registration.php (201)
'widgets_init' -- wordpress-2.5.0/wp-includes/widgets.php (1394)
'wp_blacklist_check', $author, $email, $url, $comment, $user_ip, $user_agent
-- wordpress-2.5.0/wp-includes/comment.php (410)
'wp_create_file_in_uploads', $file -- wordpress-2.5.0/wp-app.php (432)
'wp_create_file_in_uploads', $file, $id -- wordpress-2.5.0/wp-admin/custom-header.php (235)
'wp_dashboard_setup' -- wordpress-2.5.0/wp-admin/includes/dashboard.php (127)
'wp_delete_file', $opml_url -- wordpress-2.5.0/wp-admin/link-import.php (125)
'wp_footer' -- wordpress-2.5.0/wp-includes/general-template.php (870)
'wp_head' -- wordpress-2.5.0/wp-includes/general-template.php (866)
'wp_insert_post', $post_ID, $post -- wordpress-2.5.0/wp-includes/post.php (1328)
'wp_insert_post', $post_id, $post -- wordpress-2.5.0/wp-includes/post.php (1422)
'wp_login', $credentials['user_login'] -- wordpress-2.5.0/wp-includes/user.php (52)
'wp_login_failed', $username -- wordpress-2.5.0/wp-includes/pluggable.php (424)
'wp_login_failed', $username -- wordpress-2.5.0/wp-includes/pluggable.php (430)
'wp_login_failed', $username -- wordpress-2.5.0/wp-includes/pluggable.php (435)
'wp_logout' -- wordpress-2.5.0/wp-includes/pluggable.php (451)
'wp_meta' -- wordpress-2.5.0/wp-includes/general-template.php (60)
'wp_print_scripts' -- wordpress-2.5.0/wp-includes/script-loader.php (411)
'wp_set_comment_status', $comment_id, $comment_status -- wordpress-2.5.0/wp-includes/comment.php (737)
'wp_set_comment_status', $comment_id, 'delete' -- wordpress-2.5.0/wp-includes/comment.php (499)
'wp_update_comment_count', $post_id, $new, $old -- wordpress-2.5.0/wp-includes/comment.php (890)
'xmlrpc_call', 'blogger.deletePost' -- wordpress-2.5.0/xmlrpc.php (1091)
'xmlrpc_call', 'blogger.editPost' -- wordpress-2.5.0/xmlrpc.php (1042)
'xmlrpc_call', 'blogger.getPost' -- wordpress-2.5.0/xmlrpc.php (830)
'xmlrpc_call', 'blogger.getRecentPosts' -- wordpress-2.5.0/xmlrpc.php (865)
'xmlrpc_call', 'blogger.getTemplate' -- wordpress-2.5.0/xmlrpc.php (919)
'xmlrpc_call', 'blogger.getUserInfo' -- wordpress-2.5.0/xmlrpc.php (797)
'xmlrpc_call', 'blogger.getUsersBlogs' -- wordpress-2.5.0/xmlrpc.php (765)
'xmlrpc_call', 'blogger.newPost' -- wordpress-2.5.0/xmlrpc.php (993)
'xmlrpc_call', 'blogger.setTemplate' -- wordpress-2.5.0/xmlrpc.php (956)
'xmlrpc_call', 'metaWeblog.editPost' -- wordpress-2.5.0/xmlrpc.php (1382)
'xmlrpc_call', 'metaWeblog.getCategories' -- wordpress-2.5.0/xmlrpc.php (1811)
'xmlrpc_call', 'metaWeblog.getPost' -- wordpress-2.5.0/xmlrpc.php (1626)
'xmlrpc_call', 'metaWeblog.getRecentPosts' -- wordpress-2.5.0/xmlrpc.php (1709)
'xmlrpc_call', 'metaWeblog.newMediaObject' -- wordpress-2.5.0/xmlrpc.php (1853)
'xmlrpc_call', 'metaWeblog.newPost' -- wordpress-2.5.0/xmlrpc.php (1133)
'xmlrpc_call', 'mt.getCategoryList' -- wordpress-2.5.0/xmlrpc.php (1981)
'xmlrpc_call', 'mt.getPostCategories' -- wordpress-2.5.0/xmlrpc.php (2015)
'xmlrpc_call', 'mt.getRecentPostTitles' -- wordpress-2.5.0/xmlrpc.php (1927)
'xmlrpc_call', 'mt.getTrackbackPings' -- wordpress-2.5.0/xmlrpc.php (2093)
'xmlrpc_call', 'mt.publishPost' -- wordpress-2.5.0/xmlrpc.php (2137)
'xmlrpc_call', 'mt.setPostCategories' -- wordpress-2.5.0/xmlrpc.php (2048)
'xmlrpc_call', 'mt.supportedMethods' -- wordpress-2.5.0/xmlrpc.php (2067)
'xmlrpc_call', 'mt.supportedTextFilters' -- wordpress-2.5.0/xmlrpc.php (2081)
'xmlrpc_call', 'pingback.extensions.getPingsbacks'
-- wordpress-2.5.0/xmlrpc.php (2333)
'xmlrpc_call', 'pingback.ping' -- wordpress-2.5.0/xmlrpc.php (2167)
'xmlrpc_call', 'wp.deleteCategory' -- wordpress-2.5.0/xmlrpc.php (635)
'xmlrpc_call', 'wp.deletePage' -- wordpress-2.5.0/xmlrpc.php (400)
'xmlrpc_call', 'wp.editPage' -- wordpress-2.5.0/xmlrpc.php (444)
'xmlrpc_call', 'wp.getAuthors' -- wordpress-2.5.0/xmlrpc.php (549)
'xmlrpc_call', 'wp.getCommentCount' -- wordpress-2.5.0/xmlrpc.php (698)
'xmlrpc_call', 'wp.getPage' -- wordpress-2.5.0/xmlrpc.php (240)
'xmlrpc_call', 'wp.getPageList' -- wordpress-2.5.0/xmlrpc.php (498)
'xmlrpc_call', 'wp.getPageStatusList' -- wordpress-2.5.0/xmlrpc.php (742)
'xmlrpc_call', 'wp.getPages' -- wordpress-2.5.0/xmlrpc.php (328)
'xmlrpc_call', 'wp.getPostStatusList' -- wordpress-2.5.0/xmlrpc.php (720)
'xmlrpc_call', 'wp.newCategory' -- wordpress-2.5.0/xmlrpc.php (579)
'xmlrpc_call', 'wp.newPage' -- wordpress-2.5.0/xmlrpc.php (368)
'xmlrpc_call', 'wp.suggestCategories' -- wordpress-2.5.0/xmlrpc.php (667)
'xmlrpc_publish_post', $post_id -- wordpress-2.5.0/wp-includes/post.php (2888)
Variable Name Actions
A call takes the form do_action( <hook>, <arg1>, <arg2>, … )
HOOK ARGS LOCATION
"${new_status}_$post->post_type", $post->ID, $post -- wordpress-2.5.0/wp-includes/post.php (1517)
"${old_status}_to_$new_status", $post -- wordpress-2.5.0/wp-includes/post.php (1515)
"add_option_{$name}", $name, $value -- wordpress-2.5.0/wp-includes/functions.php (375)
"admin_head_{$content_func}" -- wordpress-2.5.0/wp-admin/includes/media.php (142)
"create_$taxonomy", $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1224)
"created_$taxonomy", $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1231)
"delete_$taxonomy", $term, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1002)
"edit_$taxonomy", $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1479)
"edited_$taxonomy", $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1486)
"load-$pagenow" -- wordpress-2.5.0/wp-admin/admin.php (113)
"media_upload_$tab" -- wordpress-2.5.0/wp-admin/media-upload.php (39)
"media_upload_$type" -- wordpress-2.5.0/wp-admin/media-upload.php (37)
"update_option_{$option_name}", $oldvalue, $_newvalue -- wordpress-2.5.0/wp-includes/functions.php (333)
$page_hook -- wordpress-2.5.0/wp-admin/admin.php (55)
'activate_' . $plugin -- wordpress-2.5.0/wp-admin/includes/plugin.php (111)
'admin_head-' . $page_hook -- wordpress-2.5.0/wp-admin/admin-header.php (54)
'admin_head-' . $plugin_page -- wordpress-2.5.0/wp-admin/admin-header.php (56)
'admin_print_scripts-' . $page_hook -- wordpress-2.5.0/wp-admin/admin-header.php (48)
'admin_print_scripts-' . $plugin_page -- wordpress-2.5.0/wp-admin/admin-header.php (50)
'deactivate_' . trim( $plugin ) -- wordpress-2.5.0/wp-admin/includes/plugin.php (129)
'do_feed_' . $feed, $wp_query->is_comment_feed -- wordpress-2.5.0/wp-includes/functions.php (911)
'load-' . $page_hook -- wordpress-2.5.0/wp-admin/admin.php (51)
'load-' . $plugin_page -- wordpress-2.5.0/wp-admin/admin.php (64)
'wp_ajax_' . $_POST['action'] -- wordpress-2.5.0/wp-admin/admin-ajax.php (583)
Fixed Name Actions (Array)
A call takes the form do_action_ref_array( <hook>, <array> )
HOOK ARGS LOCATION
'check_passwords', array ( $user->user_login, & $pass1, & $pass2 )
-- wordpress-2.5.0/wp-admin/includes/user.php (90)
'generate_rewrite_rules', array(&$this) -- wordpress-2.5.0/wp-includes/rewrite.php (850)
'parse_query', array(&$this) -- wordpress-2.5.0/wp-includes/query.php (784)
'parse_request', array(&$this) -- wordpress-2.5.0/wp-includes/classes.php (172)
'phpmailer_init', array( &$phpmailer ) -- wordpress-2.5.0/wp-includes/pluggable.php (394)
'pre_get_posts', array(&$this) -- wordpress-2.5.0/wp-includes/query.php (811)
'pre_ping', array(&$post_links, &$pung) -- wordpress-2.5.0/wp-includes/comment.php (1145)
'send_headers', array(&$this) -- wordpress-2.5.0/wp-includes/classes.php (226)
'wp', array(&$this) -- wordpress-2.5.0/wp-includes/classes.php (297)
'wp_authenticate', array(&$credentials['user_login'], &$credentials['user_password'])
-- wordpress-2.5.0/wp-includes/user.php (45)
Variable Name Actions (Array)
A call takes the form do_action_ref_array( <hook>, <array> )
HOOK ARGS LOCATION $hook, $args['args'] -- wordpress-2.5.0/wp-cron.php (28)
Filters
function apply_filters($tag, $value) {...} -- wordpress-2.5.0/wp-includes/plugin.php (131)
Fixed Name Filters
A call takes the form apply_filters( <hooh>, <arg1>, <arg2>, … )
HOOK ARGS LOCATION
'_get_page_link', $link, $id -- wordpress-2.5.0/wp-includes/link-template.php (163)
'add_ping', $new -- wordpress-2.5.0/wp-includes/post.php (1545)
'admin_body_class', '' -- wordpress-2.5.0/wp-admin/admin-header.php (60)
'all_options', $all_options -- wordpress-2.5.0/wp-includes/functions.php (272)
'allowed_redirect_hosts', array($wpp['host']), isset($lp['host']) ? $lp['host'] : ''
-- wordpress-2.5.0/wp-includes/pluggable.php (751)
'atom_enclosure', '<link href="' . trim(htmlspecialchars($enclosure[0])) . '" rel="enclosure" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n"
-- wordpress-2.5.0/wp-includes/feed.php (183)
'atom_service_url', (get_bloginfo('url')."/wp-app.php/service")
-- wordpress-2.5.0/xmlrpc.php (34)
'attachment_fields_to_edit', $form_fields, $post -- wordpress-2.5.0/wp-admin/includes/media.php (587)
'attachment_fields_to_save', $post, $attachment -- wordpress-2.5.0/wp-admin/includes/media.php (226)
'attachment_icon', $icon, $post->ID -- wordpress-2.5.0/wp-includes/post-template.php (485)
'attachment_innerHTML', $innerHTML, $post->ID -- wordpress-2.5.0/wp-includes/post-template.php (500)
'attachment_link', $link, $id -- wordpress-2.5.0/wp-includes/link-template.php (194)
'attachment_max_dims', $max_dims) -- wordpress-2.5.0/wp-includes/post-template.php (456)
'attribute_escape', $safe_text, $text -- wordpress-2.5.0/wp-includes/formatting.php (1183)
'audio_upload_iframe_src', "$media_upload_iframe_src&type=audio"
-- wordpress-2.5.0/wp-admin/includes/media.php (166)
'auth_cookie', $cookie, $user_id, $expiration-- wordpress-2.5.0/wp-includes/pluggable.php (522)
'author_email', get_comment_author_email() -- wordpress-2.5.0/wp-includes/comment-template.php (68)
'author_feed_link', $link -- wordpress-2.5.0/wp-includes/link-template.php (336)
'author_link', $link, $author_id, $author_nicename
-- wordpress-2.5.0/wp-includes/author-template.php (401)
'author_rewrite_rules', $author_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (834)
'bloginfo', $output, $show -- wordpress-2.5.0/wp-includes/general-template.php (157)
'bloginfo_rss', get_bloginfo_rss($show), $show-- wordpress-2.5.0/wp-includes/feed.php (9)
'bloginfo_url', $output, $show -- wordpress-2.5.0/wp-includes/general-template.php (155)
'cat_row', $output -- wordpress-2.5.0/wp-admin/includes/template.php (66)
'cat_rows', $output -- wordpress-2.5.0/wp-admin/edit-link-categories.php (124)
'cat_rows', $output -- wordpress-2.5.0/wp-admin/includes/template.php (30)
'category_description', $category->description, $category
-- wordpress-2.5.0/wp-includes/classes.php (636)
'category_feed_link', $link, $feed -- wordpress-2.5.0/wp-includes/link-template.php (379)
'category_link', $catlink, $category_id -- wordpress-2.5.0/wp-includes/category-template.php (44)
'category_rewrite_rules', $category_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (826)
'category_template', $template -- wordpress-2.5.0/wp-includes/theme.php (371)
'check_password', $check, $password, $hash, $user_id
-- wordpress-2.5.0/wp-includes/pluggable.php (1145)
'check_password', $check, $password, $hash, $user_id
-- wordpress-2.5.0/wp-includes/pluggable.php (1158)
'clean_url', $url, $original_url, $context -- wordpress-2.5.0/wp-includes/formatting.php (1157)
'comment_author', get_comment_author() -- wordpress-2.5.0/wp-includes/comment-template.php (38)
'comment_author_rss', get_comment_author() -- wordpress-2.5.0/wp-includes/feed.php (100)
'comment_edit_pre', $comment->comment_content -- wordpress-2.5.0/wp-admin/includes/comment.php (57)
'comment_edit_redirect', $location, $comment_id -- wordpress-2.5.0/wp-admin/comment.php (216)
'comment_email', $comment->comment_author_email-- wordpress-2.5.0/wp-includes/comment-template.php (89)
'comment_excerpt', get_comment_excerpt() -- wordpress-2.5.0/wp-includes/comment-template.php (287)
'comment_feed_groupby', $cgroupby -- wordpress-2.5.0/wp-includes/query.php (1376)
'comment_feed_join', $cjoin -- wordpress-2.5.0/wp-includes/query.php (1374)
'comment_feed_join', '' -- wordpress-2.5.0/wp-includes/query.php (1433)
'comment_feed_where', "WHERE comment_post_ID = '{$this->posts[0]->ID}' AND comment_approved = '1'"
-- wordpress-2.5.0/wp-includes/query.php (1434)
'comment_feed_where', $cwhere -- wordpress-2.5.0/wp-includes/query.php (1375)
'comment_flood_filter', false, $time_lastcomment, $time_newcomment
-- wordpress-2.5.0/wp-includes/comment.php (385)
'comment_moderation_subject', $subject, $comment_id -- wordpress-2.5.0/wp-includes/pluggable.php (900)
'comment_moderation_text', $notify_message, $comment_id -- wordpress-2.5.0/wp-includes/pluggable.php (899)
'comment_notification_headers', $message_headers, $comment_id -- wordpress-2.5.0/wp-includes/pluggable.php (831)
'comment_notification_subject', $subject, $comment_id -- wordpress-2.5.0/wp-includes/pluggable.php (830)
'comment_notification_text', $notify_message, $comment_id -- wordpress-2.5.0/wp-includes/pluggable.php (829)
'comment_post_redirect', $location, $comment -- wordpress-2.5.0/wp-comments-post.php (73)
'comment_save_pre', $comment_content -- wordpress-2.5.0/wp-includes/comment.php (773)
'comment_status_links', $status_links -- wordpress-2.5.0/wp-admin/edit-comments.php (112)
'comment_text', get_comment_text() -- wordpress-2.5.0/wp-includes/comment-template.php (422)
'comment_text_rss', $comment_text -- wordpress-2.5.0/wp-includes/feed.php (109)
'comment_url', get_comment_author_url() -- wordpress-2.5.0/wp-includes/comment-template.php (173)
'comments_array', $comments, $post->ID -- wordpress-2.5.0/wp-includes/comment-template.php (659)
'comments_number', $output, $number -- wordpress-2.5.0/wp-includes/comment-template.php (398)
'comments_open', $open, $post_id -- wordpress-2.5.0/wp-includes/comment-template.php (573)
'comments_popup_link_attributes', '' -- wordpress-2.5.0/wp-includes/comment-template.php (761)
'comments_popup_template', $template -- wordpress-2.5.0/wp-includes/theme.php (463)
'comments_rewrite_rules', $comments_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (817)
'comments_template', TEMPLATEPATH . $file -- wordpress-2.5.0/wp-includes/comment-template.php (664)
'content_save_pre', $content_struct['description']-- wordpress-2.5.0/xmlrpc.php (1205)
'content_save_pre', $content_struct['description']-- wordpress-2.5.0/xmlrpc.php (1524)
'cron_schedules', array() ), $schedules -- wordpress-2.5.0/wp-includes/cron.php (138)
'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text, $pending_text
-- wordpress-2.5.0/wp-admin/index.php (94)
'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:' . trailingslashit( get_option('home') )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (40)
'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:' . trailingslashit( get_option('home') )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (39)
'dashboard_primary_feed', __( 'http://wordpress.org/development/feed/' )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (66)
'dashboard_primary_link', __( 'http://wordpress.org/development/' )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (65)
'dashboard_primary_title', __( 'WordPress Development Blog' )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (67)
'dashboard_secondary_feed', __( 'http://planet.wordpress.org/feed/' )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (88)
'dashboard_secondary_link', __( 'http://planet.wordpress.org/' )
-- wordpress-2.5.0/wp-admin/includes/dashboard.php (87)
'dashboard_secondary_title', __( 'Other WordPress News' ) -- wordpress-2.5.0/wp-admin/includes/dashboard.php (89)
'date_rewrite_rules', $date_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (809)
'day_link', get_option('home') . '/?m=' . $year . zeroise($month, 2) . zeroise($day, 2), $year, $month, $day
-- wordpress-2.5.0/wp-includes/link-template.php (242)
'day_link', get_option('home') . user_trailingslashit($daylink, 'day'), $year, $month, $day
-- wordpress-2.5.0/wp-includes/link-template.php (240)
'default_content', $post_content -- wordpress-2.5.0/wp-admin/includes/post.php (166)
'default_excerpt', $post_excerpt -- wordpress-2.5.0/wp-admin/includes/post.php (168)
'default_feed', 'rss2' -- wordpress-2.5.0/wp-includes/feed.php (13)
'default_title', $post_title -- wordpress-2.5.0/wp-admin/includes/post.php (167)
'deprecated_file_trigger_error', true -- wordpress-2.5.0/wp-includes/functions.php (1705)
'deprecated_function_trigger_error', true -- wordpress-2.5.0/wp-includes/functions.php (1670)
'dynamic_sidebar_params', $params -- wordpress-2.5.0/wp-includes/widgets.php (240)
'edit_comment_link', $link, $comment->comment_ID -- wordpress-2.5.0/wp-includes/link-template.php (517)
'edit_post_link', $link, $post->ID -- wordpress-2.5.0/wp-includes/link-template.php (485)
'editor_max_image_size', array( $max_width, $max_height ), $size
-- wordpress-2.5.0/wp-includes/media.php (37)
'ext2type', array(...) -- wordpress-2.5.0/wp-includes/functions.php (1198)
'feed_link', $output, $feed -- wordpress-2.5.0/wp-includes/link-template.php (272)
'file_is_displayable_image', $result, $path -- wordpress-2.5.0/wp-admin/includes/image.php (279)
'flash_uploader', $flash -- wordpress-2.5.0/wp-admin/includes/media.php (774)
'format_to_edit', $content -- wordpress-2.5.0/wp-includes/formatting.php (559)
'format_to_post', $content -- wordpress-2.5.0/wp-includes/formatting.php (566)
'found_posts', $this->found_posts -- wordpress-2.5.0/wp-includes/query.php (1443)
'found_posts_query', 'SELECT FOUND_ROWS()' -- wordpress-2.5.0/wp-includes/query.php (1441)
'gallery_style', "..." -- wordpress-2.5.0/wp-includes/media.php (373)
'get_attached_file', $file, $attachment_id -- wordpress-2.5.0/wp-includes/post.php (27)
'get_avatar', $avatar, $id_or_email, $size, $default
-- wordpress-2.5.0/wp-includes/pluggable.php (1261)
'get_bloginfo_rss', convert_chars($info), $show -- wordpress-2.5.0/wp-includes/feed.php (5)
'get_bloginfo_rss', get_bloginfo( 'url' ) -- wordpress-2.5.0/wp-includes/feed.php (137)
'get_bookmarks', $cache[ $key ], $r -- wordpress-2.5.0/wp-includes/bookmark.php (123)
'get_bookmarks', $results, $r -- wordpress-2.5.0/wp-includes/bookmark.php (225)
'get_comment', $_comment -- wordpress-2.5.0/wp-includes/comment.php (131)
'get_comment_ID', $comment->comment_ID -- wordpress-2.5.0/wp-includes/comment-template.php (301)
'get_comment_author', $author -- wordpress-2.5.0/wp-includes/comment-template.php (28)
'get_comment_author_IP', $comment->comment_author_IP -- wordpress-2.5.0/wp-includes/comment-template.php (139)
'get_comment_author_email', $comment->comment_author_email-- wordpress-2.5.0/wp-includes/comment-template.php (53)
'get_comment_author_link', $return -- wordpress-2.5.0/wp-includes/comment-template.php (115)
'get_comment_author_url', $comment->comment_author_url -- wordpress-2.5.0/wp-includes/comment-template.php (162)
'get_comment_author_url_link', $return -- wordpress-2.5.0/wp-includes/comment-template.php (201)
'get_comment_date', $date, $d -- wordpress-2.5.0/wp-includes/comment-template.php (234)
'get_comment_excerpt', $excerpt -- wordpress-2.5.0/wp-includes/comment-template.php (277)
'get_comment_text', $comment->comment_content -- wordpress-2.5.0/wp-includes/comment-template.php (411)
'get_comment_time', $date, $d, $gmt -- wordpress-2.5.0/wp-includes/comment-template.php (443)
'get_comment_type', $comment->comment_type -- wordpress-2.5.0/wp-includes/comment-template.php (472)
'get_comments_number', $count -- wordpress-2.5.0/wp-includes/comment-template.php (372)
'get_edit_comment_link', $location -- wordpress-2.5.0/wp-includes/link-template.php (501)
'get_edit_post_link', get_bloginfo( 'wpurl' ) . "/wp-admin/$file.php?action=edit&$var=$post->ID", $post->ID
-- wordpress-2.5.0/wp-includes/link-template.php (470)
'get_editable_authors', $authors -- wordpress-2.5.0/wp-admin/includes/user.php (162)
'get_enclosed', $pung -- wordpress-2.5.0/wp-includes/post.php (1565)
'get_lastpostdate', $lastpostdate, $timezone -- wordpress-2.5.0/wp-includes/post.php (2589)
'get_lastpostmodified', $lastpostmodified, $timezone -- wordpress-2.5.0/wp-includes/post.php (2634)
'get_nested_categories', $result -- wordpress-2.5.0/wp-admin/includes/template.php (165)
'get_others_drafts', $other_unpubs -- wordpress-2.5.0/wp-admin/includes/user.php (214)
'get_pagenum_link', $result -- wordpress-2.5.0/wp-includes/link-template.php (654)
'get_pages', $cache[ $key ], $r -- wordpress-2.5.0/wp-includes/post.php (1877)
'get_pages', $pages, $r -- wordpress-2.5.0/wp-includes/post.php (1962)
'get_pages', array(), $r -- wordpress-2.5.0/wp-includes/post.php (1951)
'get_pung', $pung -- wordpress-2.5.0/wp-includes/post.php (1587)
'get_search_query', stripslashes( get_query_var( 's' ) )
-- wordpress-2.5.0/wp-includes/general-template.php (997)
'get_tags', $tags, $args -- wordpress-2.5.0/wp-includes/category.php (135)
'get_term', $_term, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (303)
'get_terms', $cache[$key], $taxonomies, $args
-- wordpress-2.5.0/wp-includes/taxonomy.php (586)
'get_terms', $terms, $taxonomies, $args -- wordpress-2.5.0/wp-includes/taxonomy.php (719)
'get_terms', array(), $taxonomies, $args -- wordpress-2.5.0/wp-includes/taxonomy.php (687)
'get_the_excerpt', $output -- wordpress-2.5.0/wp-includes/post-template.php (152)
'get_the_guid', $post->guid -- wordpress-2.5.0/wp-includes/post-template.php (74)
'get_the_modified_date', $the_time, $d -- wordpress-2.5.0/wp-includes/general-template.php (787)
'get_the_modified_time', $the_time, $d -- wordpress-2.5.0/wp-includes/general-template.php (827)
'get_the_modified_time', $time, $d, $gmt -- wordpress-2.5.0/wp-includes/general-template.php (840)
'get_the_tags', get_the_terms($id, 'post_tag')-- wordpress-2.5.0/wp-includes/category-template.php (478)
'get_the_time', $the_time, $d -- wordpress-2.5.0/wp-includes/general-template.php (801)
'get_the_time', $time, $d, $gmt -- wordpress-2.5.0/wp-includes/general-template.php (813)
'get_to_ping', $to_ping -- wordpress-2.5.0/wp-includes/post.php (1609)
'get_users_drafts', $query -- wordpress-2.5.0/wp-admin/includes/user.php (246)
'get_wp_title_rss', $title -- wordpress-2.5.0/wp-includes/feed.php (20)
'getarchives_join', "", $r -- wordpress-2.5.0/wp-includes/general-template.php (397)
'getarchives_where', "WHERE post_type = 'post' AND post_status = 'publish'", $r
-- wordpress-2.5.0/wp-includes/general-template.php (396)
'gettext', $l10n[$domain]->translate($text), $text
-- wordpress-2.5.0/wp-includes/l10n.php (71)
'got_rewrite', $got_rewrite -- wordpress-2.5.0/wp-admin/includes/misc.php (5)
'home_template', $template -- wordpress-2.5.0/wp-includes/theme.php (410)
'htmledit_pre', $output -- wordpress-2.5.0/wp-includes/formatting.php (1129)
'icon_dir', ABSPATH . WPINC . '/images/crystal'
-- wordpress-2.5.0/wp-includes/media.php (308)
'icon_dir', ABSPATH . WPINC . '/images/crystal'
-- wordpress-2.5.0/wp-includes/post.php (2406)
'icon_dir', get_template_directory() . '/images'
-- wordpress-2.5.0/wp-includes/post-template.php (434)
'icon_dir_uri', trailingslashit(get_option('siteurl')) . WPINC . '/images/crystal'
-- wordpress-2.5.0/wp-includes/post.php (2407)
'icon_dirs', array($icon_dir => $icon_dir_uri)
-- wordpress-2.5.0/wp-includes/post.php (2408)
'image_downsize', false, $id, $size -- wordpress-2.5.0/wp-includes/media.php (65)
'image_send_to_editor', $html, $id, $alt, $title, $align, $url
-- wordpress-2.5.0/wp-admin/includes/media.php (60)
'image_send_to_editor', $html, $id, $alt, $title, $align, $url
-- wordpress-2.5.0/wp-includes/media.php (101)
'image_upload_iframe_src', "$media_upload_iframe_src&type=image"
-- wordpress-2.5.0/wp-admin/includes/media.php (162)
'import_allow_create_users', true -- wordpress-2.5.0/wp-admin/import/wordpress.php (645)
'import_allow_fetch_attachments', true -- wordpress-2.5.0/wp-admin/import/wordpress.php (650)
'import_attachment_size_limit', 0 -- wordpress-2.5.0/wp-admin/import/wordpress.php (655)
'import_post_meta_key', $key -- wordpress-2.5.0/wp-admin/import/wordpress.php (513)
'import_upload_size_limit', wp_max_upload_size() -- wordpress-2.5.0/wp-admin/includes/template.php (1006)
'intermediate_image_sizes', $sizes -- wordpress-2.5.0/wp-admin/includes/image.php (100)
'intermediate_image_sizes', array('thumbnail', 'medium') -- wordpress-2.5.0/wp-includes/post.php (2184)
'jpeg_quality', $jpeg_quality -- wordpress-2.5.0/wp-includes/media.php (226)
'js_escape', $safe_text, $text -- wordpress-2.5.0/wp-includes/formatting.php (1177)
'kubrick_header_color', get_option('kubrick_header_color')
-- wordpress-2.5.0/wp-content/themes/default/functions.php (60)
'kubrick_header_display', get_option('kubrick_header_display')
-- wordpress-2.5.0/wp-content/themes/default/functions.php (72)
'kubrick_header_image', get_option('kubrick_header_image')
-- wordpress-2.5.0/wp-content/themes/default/functions.php (31)
'language_attributes', $output -- wordpress-2.5.0/wp-includes/general-template.php (1020)
'link_cat_row', $output -- wordpress-2.5.0/wp-admin/includes/template.php (95)
'link_category', $cat->name -- wordpress-2.5.0/wp-includes/deprecated.php (1096)
'link_category', $cat->name -- wordpress-2.5.0/wp-links-opml.php (32)
'link_category', $category->name -- wordpress-2.5.0/wp-admin/link-import.php (50)
'link_category', $cat->name -- wordpress-2.5.0/wp-includes/bookmark-template.php (183)
'link_title', $bookmark->link_name -- wordpress-2.5.0/wp-links-opml.php (40)
'list_cats', $cat_name, $category -- wordpress-2.5.0/wp-includes/classes.php (631)
'list_cats', $category->name, $category -- wordpress-2.5.0/wp-includes/classes.php (711)
'list_cats', $show_option_all -- wordpress-2.5.0/wp-includes/category-template.php (242)
'list_cats', $show_option_none -- wordpress-2.5.0/wp-includes/category-template.php (247)
'list_terms_exclusions', $exclusions, $args -- wordpress-2.5.0/wp-includes/taxonomy.php (634)
'locale', $locale -- wordpress-2.5.0/wp-includes/l10n.php (34)
'locale', $locale -- wordpress-2.5.0/wp-includes/l10n.php (43)
'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri
-- wordpress-2.5.0/wp-includes/theme.php (39)
'login_errors', $errors -- wordpress-2.5.0/wp-login.php (53)
'login_headertitle', __('Powered by WordPress') -- wordpress-2.5.0/wp-login.php (30)
'login_message', $message -- wordpress-2.5.0/wp-login.php (32)
'login_messages', $messages -- wordpress-2.5.0/wp-login.php (55)
'loginout', $link -- wordpress-2.5.0/wp-includes/general-template.php (40)
'manage_link_columns', $link_columns -- wordpress-2.5.0/wp-admin/link-manager.php (127)
'manage_media_columns', $posts_columns -- wordpress-2.5.0/wp-admin/includes/template.php (316)
'manage_pages_columns', $posts_columns -- wordpress-2.5.0/wp-admin/includes/template.php (335)
'manage_pages_query', $query_str -- wordpress-2.5.0/wp-admin/edit-pages.php (56)
'manage_posts_columns', $posts_columns -- wordpress-2.5.0/wp-admin/includes/template.php (300)
'mce_buttons', array('bold', 'italic', 'strikethrough', '|', 'bullist', 'numlist', 'blockquote', '|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'link', 'unlink', 'image', 'wp_more', '|', 'spellchecker', 'fullscreen',
-- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (120)
'mce_buttons_2', array('formatselect', 'underline', 'justifyfull', 'forecolor', '|', 'pastetext', 'pasteword', 'removeformat', '|', 'media', 'charmap', '|', 'outdent', 'indent', '|', 'undo', 'redo',
-- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (123)
'mce_buttons_3', array() -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (126)
'mce_buttons_4', array() -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (129)
'mce_css', $mce_css -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (55)
'mce_external_languages', array() -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (90)
'mce_external_plugins', array() -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (77)
'mce_spellchecker_languages', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'
-- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (66)
'media_buttons_context', __('Add media: %s') -- wordpress-2.5.0/wp-admin/includes/media.php (159)
'media_meta', '', $post -- wordpress-2.5.0/wp-admin/includes/media.php (675)
'media_send_to_editor', $html, $send_id, $attachment -- wordpress-2.5.0/wp-admin/includes/media.php (254)
'media_upload_default_tab', 'type' -- wordpress-2.5.0/wp-admin/media-upload.php (31)
'media_upload_default_type', 'file' -- wordpress-2.5.0/wp-admin/media-upload.php (25)
'media_upload_tabs', $_default_tabs -- wordpress-2.5.0/wp-admin/includes/media.php (10)
'mod_rewrite_rules', $rules -- wordpress-2.5.0/wp-includes/rewrite.php (928)
'month_link', get_option('home') . '/?m=' . $year . zeroise($month, 2), $year, $month
-- wordpress-2.5.0/wp-includes/link-template.php (222)
'month_link', get_option('home') . user_trailingslashit($monthlink, 'month'), $year, $month
-- wordpress-2.5.0/wp-includes/link-template.php (220)
'ngettext', $l10n[$domain]->ngettext($single, $plural, $number), $single, $plural, $number
-- wordpress-2.5.0/wp-includes/l10n.php (189)
'nonce_life', 86400 -- wordpress-2.5.0/wp-includes/pluggable.php (952)
'page_link', $link, $id -- wordpress-2.5.0/wp-includes/link-template.php (140)
'page_rewrite_rules', $page_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (838)
'page_template', $template -- wordpress-2.5.0/wp-includes/theme.php (429)
'phone_content', $content -- wordpress-2.5.0/wp-mail.php (157)
'pings_open', $open, $post_id -- wordpress-2.5.0/wp-includes/comment-template.php (590)
'plugin_action_links', $action_links, $plugin_file, $plugin_info
-- wordpress-2.5.0/wp-admin/plugins.php (141)
'post_comments_feed_link', $url -- wordpress-2.5.0/wp-includes/link-template.php (297)
'post_gallery', '', $attr -- wordpress-2.5.0/wp-includes/media.php (339)
'post_limits', $limits -- wordpress-2.5.0/wp-includes/query.php (1403)
'post_limits_request', $limits -- wordpress-2.5.0/wp-includes/query.php (1415)
'post_link', $permalink, $post -- wordpress-2.5.0/wp-includes/link-template.php (115)
'post_link', $permalink, $post -- wordpress-2.5.0/wp-includes/link-template.php (118)
'post_mime_types', $post_mime_types -- wordpress-2.5.0/wp-admin/includes/post.php (576)
'post_rewrite_rules', $post_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (805)
'post_stati', $post_stati -- wordpress-2.5.0/wp-admin/includes/post.php (529)
'postmeta_form_limit', 30 -- wordpress-2.5.0/wp-admin/includes/template.php (786)
'posts_distinct', $distinct -- wordpress-2.5.0/wp-includes/query.php (1401)
'posts_distinct_request', $distinct -- wordpress-2.5.0/wp-includes/query.php (1413)
'posts_fields', "$wpdb->posts.*" -- wordpress-2.5.0/wp-includes/query.php (1402)
'posts_fields_request', $fields -- wordpress-2.5.0/wp-includes/query.php (1414)
'posts_groupby', $groupby -- wordpress-2.5.0/wp-includes/query.php (1398)
'posts_groupby_request', $groupby -- wordpress-2.5.0/wp-includes/query.php (1410)
'posts_join', $join -- wordpress-2.5.0/wp-includes/query.php (1342)
'posts_join_paged', $join -- wordpress-2.5.0/wp-includes/query.php (1399)
'posts_join_request', $join -- wordpress-2.5.0/wp-includes/query.php (1411)
'posts_orderby', $q['orderby'] -- wordpress-2.5.0/wp-includes/query.php (1400)
'posts_orderby_request', $orderby -- wordpress-2.5.0/wp-includes/query.php (1412)
'posts_request', $request -- wordpress-2.5.0/wp-includes/query.php (1426)
'posts_results', $this->posts -- wordpress-2.5.0/wp-includes/query.php (1430)
'posts_where', $where -- wordpress-2.5.0/wp-includes/query.php (1341)
'posts_where_paged', $where -- wordpress-2.5.0/wp-includes/query.php (1397)
'posts_where_request', $where -- wordpress-2.5.0/wp-includes/query.php (1409)
'pre_category_nicename', $value -- wordpress-2.5.0/wp-includes/taxonomy.php (844)
'pre_comment_approved', $approved -- wordpress-2.5.0/wp-includes/comment.php (360)
'pre_comment_author_email', $_COOKIE['comment_author_email_'.COOKIEHASH]
-- wordpress-2.5.0/wp-includes/comment.php (300)
'pre_comment_author_email', $commentdata['comment_author_email']
-- wordpress-2.5.0/wp-includes/comment.php (628)
'pre_comment_author_name', $_COOKIE['comment_author_'.COOKIEHASH]
-- wordpress-2.5.0/wp-includes/comment.php (293)
'pre_comment_author_name', $commentdata['comment_author']-- wordpress-2.5.0/wp-includes/comment.php (624)
'pre_comment_author_url', $_COOKIE['comment_author_url_'.COOKIEHASH]
-- wordpress-2.5.0/wp-includes/comment.php (307)
'pre_comment_author_url', $commentdata['comment_author_url']
-- wordpress-2.5.0/wp-includes/comment.php (627)
'pre_comment_content', $commentdata['comment_content']
-- wordpress-2.5.0/wp-includes/comment.php (625)
'pre_comment_user_agent', $commentdata['comment_agent'] -- wordpress-2.5.0/wp-includes/comment.php (623)
'pre_comment_user_ip', $commentdata['comment_author_IP']
-- wordpress-2.5.0/wp-includes/comment.php (626)
'pre_kses', $string, $allowed_html, $allowed_protocols
-- wordpress-2.5.0/wp-includes/kses.php (367)
'pre_remote_source', $linea, $pagelinkedto -- wordpress-2.5.0/xmlrpc.php (2256)
'pre_upload_error', false -- wordpress-2.5.0/xmlrpc.php (1862)
'pre_user_description', $description -- wordpress-2.5.0/wp-includes/registration.php (152)
'pre_user_display_name', $display_name -- wordpress-2.5.0/wp-includes/registration.php (136)
'pre_user_email', $user_email -- wordpress-2.5.0/wp-includes/registration.php (132)
'pre_user_first_name', $first_name -- wordpress-2.5.0/wp-includes/registration.php (144)
'pre_user_id', $commentdata['user_ID'] -- wordpress-2.5.0/wp-includes/comment.php (622)
'pre_user_last_name', $last_name -- wordpress-2.5.0/wp-includes/registration.php (148)
'pre_user_login', $user_login -- wordpress-2.5.0/wp-includes/registration.php (120)
'pre_user_login', sanitize_user(stripslashes($_REQUEST['user_login']), true)
-- wordpress-2.5.0/wp-admin/users.php (177)
'pre_user_nicename', $user_nicename -- wordpress-2.5.0/wp-includes/registration.php (124)
'pre_user_nickname', $nickname -- wordpress-2.5.0/wp-includes/registration.php (140)
'pre_user_url', $user_url -- wordpress-2.5.0/wp-includes/registration.php (128)
'prepend_attachment', $p -- wordpress-2.5.0/wp-includes/post-template.php (513)
'preprocess_comment', $commentdata -- wordpress-2.5.0/wp-includes/comment.php (669)
'preview_post_link', add_query_arg('preview', 'true',permalink($post->ID))
-- wordpress-2.5.0/wp-admin/edit-form-advanced.php (80)
'preview_post_link', add_query_arg('preview', 'true',permalink($post->ID))
-- wordpress-2.5.0/wp-admin/edit-page-form.php (66)
'print_scripts_array', array_keys($this->to_print) -- wordpress-2.5.0/wp-includes/script-loader.php (215)
'pub_priv_sql_capability', $cap -- wordpress-2.5.0/wp-includes/post.php (2527)
'query', $query -- wordpress-2.5.0/wp-includes/wp-db.php (259)
'query_string', $this->query_string -- wordpress-2.5.0/wp-includes/classes.php (242)
'query_vars', $this->public_query_vars -- wordpress-2.5.0/wp-includes/classes.php (141)
'redirect_canonical', $redirect_url, $requested_url -- wordpress-2.5.0/wp-includes/canonical.php (194)
'register', $link -- wordpress-2.5.0/wp-includes/general-template.php (55)
'registration_errors', $errors -- wordpress-2.5.0/wp-login.php (173)
'request', $this->query_vars -- wordpress-2.5.0/wp-includes/classes.php (170)
'request_filesystem_credentials', '', $form_post, $type, $error -- wordpress-2.5.0/wp-admin/update.php (9)
'rewrite_rules', $rules -- wordpress-2.5.0/wp-includes/rewrite.php (929)
'rewrite_rules_array', $this->rules -- wordpress-2.5.0/wp-includes/rewrite.php (851)
'richedit_pre', $output -- wordpress-2.5.0/wp-includes/formatting.php (1122)
'richedit_pre', '' -- wordpress-2.5.0/wp-includes/formatting.php (1112)
'role_has_cap', $this->capabilities, $cap, $this->name
-- wordpress-2.5.0/wp-includes/capabilities.php (122)
'root_rewrite_rules', $root_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (813)
'rss_enclosure', '<enclosure url="' . trim(htmlspecialchars($enclosure[0])) . '" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n"
-- wordpress-2.5.0/wp-includes/feed.php (168)
'salt', $secret_key . $salt -- wordpress-2.5.0/wp-includes/pluggable.php (1057)
'sanitize_title', $title -- wordpress-2.5.0/wp-includes/formatting.php (334)
'sanitize_user', $username, $raw_username, $strict
-- wordpress-2.5.0/wp-includes/formatting.php (329)
'script_loader_src', $src -- wordpress-2.5.0/wp-includes/script-loader.php (231)
'search_feed_link', $link -- wordpress-2.5.0/wp-includes/link-template.php (424)
'search_feed_link', $link -- wordpress-2.5.0/wp-includes/link-template.php (440)
'search_rewrite_rules', $search_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (822)
'show_password_fields', true -- wordpress-2.5.0/wp-admin/user-edit.php (304)
'show_password_fields', true -- wordpress-2.5.0/wp-admin/users.php (425)
'single_cat_title', $cat->name -- wordpress-2.5.0/wp-includes/general-template.php (193)
'single_cat_title', get_the_category_by_ID($cat) -- wordpress-2.5.0/wp-includes/general-template.php (182)
'single_cat_title', get_the_category_by_ID($cat) -- wordpress-2.5.0/wp-includes/general-template.php (279)
'single_post_title', $post->post_title -- wordpress-2.5.0/wp-includes/general-template.php (233)
'single_post_title', $title -- wordpress-2.5.0/wp-includes/general-template.php (267)
'single_tag_title', $my_tag->name -- wordpress-2.5.0/wp-includes/general-template.php (302)
'single_tag_title', $tag->name -- wordpress-2.5.0/wp-includes/general-template.php (201)
'status_header', $status_header, $header, $text, $protocol
-- wordpress-2.5.0/wp-includes/functions.php (857)
'stylesheet', get_option('stylesheet') -- wordpress-2.5.0/wp-includes/theme.php (7)
'stylesheet_directory', $stylesheet_dir, $stylesheet -- wordpress-2.5.0/wp-includes/theme.php (13)
'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet
-- wordpress-2.5.0/wp-includes/theme.php (19)
'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri
-- wordpress-2.5.0/wp-includes/theme.php (25)
'tag_escape', $safe_tag, $tag_name -- wordpress-2.5.0/wp-includes/formatting.php (1189)
'tag_feed_link', $link, $feed -- wordpress-2.5.0/wp-includes/link-template.php (408)
'tag_link', $taglink, $tag_id -- wordpress-2.5.0/wp-includes/category-template.php (474)
'tag_rewrite_rules', $tag_rewrite -- wordpress-2.5.0/wp-includes/rewrite.php (830)
'tag_rows', $out -- wordpress-2.5.0/wp-admin/includes/template.php (278)
'tag_template', $template -- wordpress-2.5.0/wp-includes/theme.php (381)
'tags_to_edit', $tags_to_edit -- wordpress-2.5.0/wp-admin/includes/taxonomy.php (138)
'taxonomy_template', $template -- wordpress-2.5.0/wp-includes/theme.php (395)
'taxonomy_template', '%s: %l.' -- wordpress-2.5.0/wp-includes/taxonomy.php (2002)
'template', get_option('template') -- wordpress-2.5.0/wp-includes/theme.php (43)
'template_directory', $template_dir, $template -- wordpress-2.5.0/wp-includes/theme.php (49)
'template_directory_uri', $template_dir_uri, $template -- wordpress-2.5.0/wp-includes/theme.php (55)
'term_id_filter', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1226)
'term_id_filter', $term_id, $tt_id -- wordpress-2.5.0/wp-includes/taxonomy.php (1481)
'term_link', $termlink, $term, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (1974)
'term_name', $tag->name -- wordpress-2.5.0/wp-admin/includes/template.php (241)
'the_author', $authordata->display_name -- wordpress-2.5.0/wp-includes/author-template.php (21)
'the_author_email', get_the_author_email() -- wordpress-2.5.0/wp-includes/author-template.php (199)
'the_category', $category->name -- wordpress-2.5.0/wp-admin/includes/template.php (198)
'the_category', $category->name -- wordpress-2.5.0/wp-admin/includes/template.php (227)
'the_category', $category['cat_name'] -- wordpress-2.5.0/wp-admin/includes/template.php (173)
'the_category', $thelist, $separator, $parents-- wordpress-2.5.0/wp-includes/category-template.php (167)
'the_category', __('Uncategorized'), $separator, $parents
-- wordpress-2.5.0/wp-includes/category-template.php (116)
'the_category', get_catname(get_option('default_category'))
-- wordpress-2.5.0/wp-admin/categories.php (173)
'the_category_rss', $the_list, $type -- wordpress-2.5.0/wp-includes/feed.php (142)
'the_content', $content -- wordpress-2.5.0/wp-includes/post-template.php (79)
'the_content', $post->post_content -- wordpress-2.5.0/wp-includes/comment.php (1047)
'the_content', $text -- wordpress-2.5.0/wp-includes/formatting.php (832)
'the_content_export', $post->post_content -- wordpress-2.5.0/wp-admin/includes/export.php (203)
'the_content_rss', $content -- wordpress-2.5.0/wp-includes/feed.php (42)
'the_date', $the_date, $d, $before, $after-- wordpress-2.5.0/wp-includes/general-template.php (769)
'the_editor', "<div id='editorcontainer'><textarea class='' $rows cols='40' name='$id' tabindex='$tab_index' id='$id'>%s</textarea></div>\n"
-- wordpress-2.5.0/wp-includes/general-template.php (963)
'the_editor_content', $content -- wordpress-2.5.0/wp-includes/general-template.php (964)
'the_excerpt', $post->post_excerpt -- wordpress-2.5.0/wp-includes/comment.php (1049)
'the_excerpt', get_the_excerpt() -- wordpress-2.5.0/wp-includes/post-template.php (137)
'the_excerpt_rss', $output -- wordpress-2.5.0/wp-includes/feed.php (74)
'the_generator', get_the_generator($type), $type
-- wordpress-2.5.0/wp-includes/general-template.php (1156)
'the_meta_key', "<li><span class='post-meta-key'>$key:</span> $value</li>\n", $key, $value
-- wordpress-2.5.0/wp-includes/post-template.php (261)
'the_modified_date', get_the_modified_date($d), $d -- wordpress-2.5.0/wp-includes/general-template.php (778)
'the_modified_time', get_the_modified_time($d), $d -- wordpress-2.5.0/wp-includes/general-template.php (818)
'the_permalink', get_permalink() -- wordpress-2.5.0/wp-includes/link-template.php (5)
'the_permalink_rss', get_permalink() -- wordpress-2.5.0/wp-includes/feed.php (78)
'the_posts', $this->posts -- wordpress-2.5.0/wp-includes/query.php (1477)
'the_search_query', get_search_query() -- wordpress-2.5.0/wp-includes/general-template.php (1001)
'the_tags', get_the_term_list(0, 'post_tag', $before, $sep, $after)
-- wordpress-2.5.0/wp-includes/category-template.php (482)
'the_time', get_the_time( $d ), $d -- wordpress-2.5.0/wp-includes/general-template.php (792)
'the_title', $ak_post_title->post_title -- wordpress-2.5.0/wp-includes/general-template.php (669)
'the_title', $arc_title -- wordpress-2.5.0/wp-includes/general-template.php (511)
'the_title', $page->post_title -- wordpress-2.5.0/wp-includes/classes.php (564)
'the_title', $post->post_title -- wordpress-2.5.0/wp-includes/comment.php (1053)
'the_title', $post->post_title -- wordpress-2.5.0/wp-admin/edit.php (54)
'the_title', $post->post_title -- wordpress-2.5.0/wp-admin/upload.php (57)
'the_title', $post->post_title, $nextpost -- wordpress-2.5.0/wp-includes/deprecated.php (245)
'the_title', $post->post_title, $post -- wordpress-2.5.0/wp-includes/deprecated.php (210)
'the_title', $title -- wordpress-2.5.0/wp-includes/post-template.php (64)
'the_title', $title, $post -- wordpress-2.5.0/wp-includes/link-template.php (595)
'the_title_rss', $post->post_title -- wordpress-2.5.0/wp-admin/includes/export.php (195)
'the_title_rss', $title -- wordpress-2.5.0/wp-includes/feed-atom-comments.php (52)
'the_title_rss', $title -- wordpress-2.5.0/wp-includes/feed-rss2-comments.php (41)
'the_title_rss', $title -- wordpress-2.5.0/wp-includes/feed.php (30)
'the_weekday', $the_weekday -- wordpress-2.5.0/wp-includes/general-template.php (847)
'the_weekday_date', $the_weekday_date, $before, $after
-- wordpress-2.5.0/wp-includes/general-template.php (861)
'theme_root', ABSPATH . "wp-content/themes" -- wordpress-2.5.0/wp-includes/theme.php (336)
'theme_root_uri', get_option('siteurl') . "/wp-content/themes", get_option('siteurl')
-- wordpress-2.5.0/wp-includes/theme.php (340)
'tiny_mce_before_init', $initArray -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (173)
'tiny_mce_version', '20080327' -- wordpress-2.5.0/wp-includes/js/tinymce/tiny_mce_config.php (223)
'tiny_mce_version', '20080327' -- wordpress-2.5.0/wp-includes/script-loader.php (39)
'trackback_url', $tb_url -- wordpress-2.5.0/wp-includes/comment-template.php (518)
'update_attached_file', $file, $attachment_id -- wordpress-2.5.0/wp-includes/post.php (49)
'update_feedback', __('Deactivating the plugin') -- wordpress-2.5.0/wp-admin/includes/update.php (202)
'update_feedback', __('Installing the latest version')
-- wordpress-2.5.0/wp-admin/includes/update.php (222)
'update_feedback', __('Removing the old version of the plugin')
-- wordpress-2.5.0/wp-admin/includes/update.php (207)
'update_feedback', __('Unpacking the update') -- wordpress-2.5.0/wp-admin/includes/update.php (188)
'update_feedback', sprintf(__('Downloading update from %s'), $package)
-- wordpress-2.5.0/wp-admin/includes/update.php (176)
'update_footer', '' -- wordpress-2.5.0/wp-admin/admin-footer.php (7)
'upload_dir', $uploads -- wordpress-2.5.0/wp-includes/functions.php (1118)
'upload_mimes', array(...) -- wordpress-2.5.0/wp-includes/functions.php (1215)
'upload_size_limit', min($u_bytes, $p_bytes), $u_bytes, $p_bytes
-- wordpress-2.5.0/wp-admin/includes/template.php (1001)
'url_to_postid', $url -- wordpress-2.5.0/wp-includes/rewrite.php (67)
'user_can_richedit', $wp_rich_edit -- wordpress-2.5.0/wp-includes/general-template.php (909)
'user_has_cap', $this->allcaps, $caps, $args -- wordpress-2.5.0/wp-includes/capabilities.php (267)
'user_registration_email', $user_email -- wordpress-2.5.0/wp-login.php (151)
'user_trailingslashit', $string, $type_of_url -- wordpress-2.5.0/wp-includes/link-template.php (26)
'validate_username', $valid, $username -- wordpress-2.5.0/wp-includes/registration.php (52)
'video_upload_iframe_src', "$media_upload_iframe_src&type=video"
-- wordpress-2.5.0/wp-admin/includes/media.php (164)
'visual_editor', array('tiny_mce') -- wordpress-2.5.0/wp-includes/script-loader.php (33)
'widget_text', $options[$number]['text'] -- wordpress-2.5.0/wp-includes/widgets.php (577)
'wp_admin_css', "<link rel='stylesheet' href='" . wp_admin_css_uri( $file ) . "' type='text/css' />\n", $file
-- wordpress-2.5.0/wp-includes/general-template.php (1136)
'wp_admin_css', "<link rel='stylesheet' href='" . wp_admin_css_uri( $rtl ) . "' type='text/css' />\n", $rtl
-- wordpress-2.5.0/wp-includes/general-template.php (1139)
'wp_admin_css_uri', $_file, $file -- wordpress-2.5.0/wp-includes/general-template.php (1131)
'wp_authenticate_user', $user, $password -- wordpress-2.5.0/wp-includes/pluggable.php (428)
'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 -- wordpress-2.5.0/wp-admin/includes/post.php (673)
'wp_create_file_in_uploads', $cropped, $_POST['attachment_id']
-- wordpress-2.5.0/wp-admin/custom-header.php (289)
'wp_create_file_in_uploads', $image, $id -- wordpress-2.5.0/wp-admin/custom-header.php (240)
'wp_create_thumbnail', $thumbpath -- wordpress-2.5.0/wp-admin/includes/image.php (22)
'wp_dashboard_widgets', $dashboard_widgets -- wordpress-2.5.0/wp-admin/includes/dashboard.php (139)
'wp_default_editor', $r -- wordpress-2.5.0/wp-includes/general-template.php (918)
'wp_delete_file', $file -- wordpress-2.5.0/wp-includes/post.php (2192)
'wp_delete_file', $intermediate['path'] -- wordpress-2.5.0/wp-includes/post.php (2187)
'wp_delete_file', $medium -- wordpress-2.5.0/wp-admin/custom-header.php (312)
'wp_delete_file', $original -- wordpress-2.5.0/wp-admin/custom-header.php (313)
'wp_delete_file', $thumbfile -- wordpress-2.5.0/wp-includes/post.php (2178)
'wp_dropdown_cats', $output -- wordpress-2.5.0/wp-includes/category-template.php (260)
'wp_dropdown_pages', $output -- wordpress-2.5.0/wp-includes/post-template.php (293)
'wp_dropdown_users', $output -- wordpress-2.5.0/wp-includes/user.php (287)
'wp_generate_attachment_metadata', $metadata -- wordpress-2.5.0/wp-admin/includes/image.php (114)
'wp_generate_tag_cloud', $return, $tags, $args -- wordpress-2.5.0/wp-includes/category-template.php (435)
'wp_generator_type', 'xhtml' -- wordpress-2.5.0/wp-includes/general-template.php (1148)
'wp_get_attachment_metadata', $data, $post->ID -- wordpress-2.5.0/wp-includes/post.php (2225)
'wp_get_attachment_thumb_file', $thumbfile, $post->ID -- wordpress-2.5.0/wp-includes/post.php (2303)
'wp_get_attachment_thumb_url', $url, $post->ID -- wordpress-2.5.0/wp-includes/post.php (2335)
'wp_get_attachment_url', $url, $post->ID -- wordpress-2.5.0/wp-includes/post.php (2278)
'wp_handle_upload', array( 'file' => $name, 'url' => $upload[ 'url' ], 'type' => $type )
-- wordpress-2.5.0/xmlrpc.php (1905)
'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type )
-- wordpress-2.5.0/wp-admin/includes/file.php (186)
'wp_list_bookmarks', $output -- wordpress-2.5.0/wp-includes/bookmark-template.php (204)
'wp_list_categories', $output -- wordpress-2.5.0/wp-includes/category-template.php (326)
'wp_list_pages', $output -- wordpress-2.5.0/wp-includes/post-template.php (339)
'wp_list_pages_excludes', explode(',', $r['exclude']) -- wordpress-2.5.0/wp-includes/post-template.php (320)
'wp_mail', compact( 'to', 'subject', 'message', 'headers' )
-- wordpress-2.5.0/wp-includes/pluggable.php (261)
'wp_mail_charset', $charset -- wordpress-2.5.0/wp-includes/pluggable.php (385)
'wp_mail_content_type', $content_type -- wordpress-2.5.0/wp-includes/pluggable.php (370)
'wp_mail_from', $from_email -- wordpress-2.5.0/wp-includes/pluggable.php (351)
'wp_mail_from_name', $from_name -- wordpress-2.5.0/wp-includes/pluggable.php (352)
'wp_mime_type_icon', $icon, $mime, $post_id -- wordpress-2.5.0/wp-includes/post.php (2454)
'wp_parse_str', $array -- wordpress-2.5.0/wp-includes/formatting.php (1284)
'wp_read_image_metadata', $meta, $file, $sourceImageType-- wordpress-2.5.0/wp-admin/includes/image.php (254)
'wp_read_image_metadata_types', array(IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM)
-- wordpress-2.5.0/wp-admin/includes/image.php (237)
'wp_redirect', $location, $status -- wordpress-2.5.0/wp-includes/pluggable.php (676)
'wp_redirect_status', $status, $location -- wordpress-2.5.0/wp-includes/pluggable.php (677)
'wp_sprintf', $fragment, $arg -- wordpress-2.5.0/wp-includes/formatting.php (1339)
'wp_sprintf_l', array(...) -- wordpress-2.5.0/wp-includes/formatting.php (1370)
'wp_tag_cloud', $return, $args -- wordpress-2.5.0/wp-includes/category-template.php (352)
'wp_title', $title, $sep -- wordpress-2.5.0/wp-includes/general-template.php (246)
'wp_title_rss', get_wp_title_rss($sep) -- wordpress-2.5.0/wp-includes/feed.php (25)
'wp_update_attachment_metadata', $data, $post->ID -- wordpress-2.5.0/wp-includes/post.php (2248)
'xmlrpc_methods', $this->methods -- wordpress-2.5.0/xmlrpc.php (136)
'xmlrpc_text_filters', array() -- wordpress-2.5.0/xmlrpc.php (2082)
'year_link', get_option('home') . '/?m=' . $year, $year
-- wordpress-2.5.0/wp-includes/link-template.php (206)
'year_link', get_option('home') . user_trailingslashit($yearlink, 'year'), $year
-- wordpress-2.5.0/wp-includes/link-template.php (204)
Variable Name Filters
A call takes the form apply_filters( <hooh>, <arg1>, <arg2>, … )
HOOK ARGS LOCATION
"${field_no_prefix}_edit_pre", $value, $post_id -- wordpress-2.5.0/wp-includes/post.php (773)
"${field_no_prefix}_save_pre", $value -- wordpress-2.5.0/wp-includes/post.php (789)
"${field}_pre", $value -- wordpress-2.5.0/wp-includes/post.php (792)
"${taxonomy}_$field", $value, $term_id, $context -- wordpress-2.5.0/wp-includes/taxonomy.php (852)
"${taxonomy}_${field}_rss", $value -- wordpress-2.5.0/wp-includes/taxonomy.php (848)
"async_upload_{$type}", $id -- wordpress-2.5.0/wp-admin/async-upload.php (30)
"edit_$field", $value, $bookmark_id -- wordpress-2.5.0/wp-includes/bookmark.php (298)
"edit_$field", $value, $post_id -- wordpress-2.5.0/wp-includes/post.php (771)
"edit_${taxonomy}_$field", $value, $term_id -- wordpress-2.5.0/wp-includes/taxonomy.php (834)
"edit_post_$field", $value, $post_id -- wordpress-2.5.0/wp-includes/post.php (775)
"edit_term_$field", $value, $term_id, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (833)
"get_$taxonomy", $_term, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (304)
"get_the_generator_{$type}", $gen, $type -- wordpress-2.5.0/wp-includes/general-template.php (1187)
"get_user_option_{$option}", $result, $option, $user -- wordpress-2.5.0/wp-includes/user.php (98)
"get_{$adjacent}_post_join", $join, $in_same_cat, $excluded_categories
-- wordpress-2.5.0/wp-includes/link-template.php (566)
"get_{$adjacent}_post_sort", "ORDER BY p.post_date $order LIMIT 1"
-- wordpress-2.5.0/wp-includes/link-template.php (568)
"get_{$adjacent}_post_where", $wpdb->prepare("WHERE p.post_date $op %s AND p.post_type = 'post' AND p.post_status = 'publish' $posts_in_ex_cats_sql", $current_post_date), $in_same_cat, $excluded_categories
-- wordpress-2.5.0/wp-includes/link-template.php (567)
"post_$field", $value, $post_id, $context -- wordpress-2.5.0/wp-includes/post.php (799)
"pre_$field", $value -- wordpress-2.5.0/wp-includes/bookmark.php (306)
"pre_$field", $value -- wordpress-2.5.0/wp-includes/post.php (788)
"pre_${taxonomy}_$field", $value -- wordpress-2.5.0/wp-includes/taxonomy.php (841)
"pre_post_$field", $value -- wordpress-2.5.0/wp-includes/post.php (791)
"pre_term_$field", $value, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (840)
"sanitize_option_{$option}", $value, $option -- wordpress-2.5.0/wp-includes/formatting.php (1273)
"term_$field", $value, $term_id, $taxonomy, $context
-- wordpress-2.5.0/wp-includes/taxonomy.php (851)
"term_${field}_rss", $value, $taxonomy -- wordpress-2.5.0/wp-includes/taxonomy.php (847)
"term_links-$taxonomy", $term_links -- wordpress-2.5.0/wp-includes/category-template.php (526)
"theme_mod_$name", $mods[$name] -- wordpress-2.5.0/wp-includes/theme.php (514)
"theme_mod_$name", sprintf($default, get_template_directory_uri(), get_stylesheet_directory_uri())
-- wordpress-2.5.0/wp-includes/theme.php (516)
"wp_dashboard_widget_links_$widget_id", $links -- wordpress-2.5.0/wp-admin/includes/dashboard.php (227)
"{$type}_template", $template -- wordpress-2.5.0/wp-includes/theme.php (349)
$field, $value, $bookmark_id, $context-- wordpress-2.5.0/wp-includes/bookmark.php (309)
$field, $value, $post_id, $context -- wordpress-2.5.0/wp-includes/post.php (797)
'explain_nonce_' . $verb . '-' . $noun, __( 'Are you sure you want to do this?' ), $matches[4]
-- wordpress-2.5.0/wp-includes/functions.php (1339)
'option_' . $setting, maybe_unserialize( $value ) -- wordpress-2.5.0/wp-includes/functions.php (243)
'pre_option_' . $option->option_name, $value -- wordpress-2.5.0/wp-includes/functions.php (270)
'pre_option_' . $setting, false -- wordpress-2.5.0/wp-includes/functions.php (201)
Fantastic resource — I’ve been looking for this for quite a while. Thank you!
[...] – bookmarked by 6 members originally found by TheSara13 on 2008-08-08 WordPress Action and Filter Hooks http://noteslog.com/post/wordpress-action-and-filter-hooks/ – bookmarked by 3 members originally [...]
[...] public links >> textpattern WordPress Action and Filter Hooks Saved by steve20 on Wed [...]
[...] [...]