Cette page donne une liste des do_action dans le code WP2.3
./wp-trackback.php:102: do_action('trackback_post', $wpdb->insert_id);
./wp-settings.php:247:do_action('plugins_loaded');
./wp-settings.php:262:do_action('sanitize_comment_cookies');
./wp-settings.php:293: do_action('shutdown');
./wp-settings.php:299:do_action('init');
./wp-includes/plugin.php:15: * @param int $accepted_args optional. The number of arguments the function accept (default 1). In WordPress 1.5.1+, hooked functions can take extra arguments that are set when the matching do_action() or apply_filters() call is run.
./wp-includes/plugin.php:16: * @return boolean true if the <tt>$function_to_add</tt> is added succesfully to filter <tt>$tag</tt>. How many arguments your function takes. In WordPress 1.5.1+, hooked functions can take extra arguments that are set when the matching <tt>do_action()</tt> or <tt>apply_filters()</tt> call is run. For example, the action <tt>comment_id_not_found</tt> will pass any functions that hook onto it the ID of the requested comment.
./wp-includes/plugin.php:123: * @param int $accepted_args optional. The number of arguments the function accept (default 1). In WordPress 1.5.1+, hooked functions can take extra arguments that are set when the matching do_action() or apply_filters() call is run.
./wp-includes/plugin.php:140:function do_action($tag, $arg = '') {
./wp-includes/plugin.php:187: * This function is identical to {@link do_action}, but the argumetns passe to
./wp-includes/plugin.php:192:function do_action_ref_array($tag, $args) {
./wp-includes/script-loader.php:360: do_action( 'wp_print_scripts' );
./wp-includes/feed-atom-comments.php:8: <?php do_action('atom_ns'); ?>
./wp-includes/feed-atom-comments.php:58: do_action('comment_atom_entry', $comment->comment_ID, $comment_post->ID);
./wp-includes/comment.php:193: do_action( 'check_comment_flood', $comment_author_IP, $comment_author_email, $comment_date_gmt );
./wp-includes/comment.php:225: do_action('comment_flood_trigger', $time_lastcomment, $time_newcomment);
./wp-includes/comment.php:234: do_action('wp_blacklist_check', $author, $email, $url, $comment, $user_ip, $user_agent);
./wp-includes/comment.php:278: do_action('delete_comment', $comment_id);
./wp-includes/comment.php:291: do_action('wp_set_comment_status', $comment_id, 'delete');
./wp-includes/comment.php:409: do_action('comment_post', $comment_ID, $commentdata['comment_approved']);
./wp-includes/comment.php:450: do_action('wp_set_comment_status', $comment_id, $comment_status);
./wp-includes/comment.php:495: do_action('edit_comment', $comment_ID);
./wp-includes/comment.php:518: do_action('wp_update_comment_count', $post_id, $new, $old);
./wp-includes/comment.php:519: do_action('edit_post', $post_id, $post);
./wp-includes/comment.php:731: do_action_ref_array('pre_ping', array(&$post_links, &$pung));
./wp-includes/taxonomy.php:834: do_action("delete_$taxonomy", $term, $tt_id);
./wp-includes/taxonomy.php:965: do_action("create_term", $term_id, $tt_id);
./wp-includes/taxonomy.php:966: do_action("create_$taxonomy", $term_id, $tt_id);
./wp-includes/taxonomy.php:972: do_action("created_term", $term_id, $tt_id);
./wp-includes/taxonomy.php:973: do_action("created_$taxonomy", $term_id, $tt_id);
./wp-includes/taxonomy.php:1127: do_action("edit_term", $term_id, $tt_id);
./wp-includes/taxonomy.php:1128: do_action("edit_$taxonomy", $term_id, $tt_id);
./wp-includes/taxonomy.php:1134: do_action("edited_term", $term_id, $tt_id);
./wp-includes/taxonomy.php:1135: do_action("edited_$taxonomy", $term_id, $tt_id);
./wp-includes/general-template.php:6: do_action( 'get_header' );
./wp-includes/general-template.php:15: do_action( 'get_footer' );
./wp-includes/general-template.php:24: do_action( 'get_sidebar' );
./wp-includes/general-template.php:58: do_action('wp_meta');
./wp-includes/general-template.php:821: do_action('wp_head');
./wp-includes/general-template.php:825: do_action('wp_footer');
./wp-includes/js/tinymce/tiny_mce_config.php:86:<?php do_action('mce_options'); ?>
./wp-includes/js/tinymce/tiny_mce_config.php:93: do_action('tinymce_before_init');
./wp-includes/registration.php:139: do_action('profile_update', $user_id);
./wp-includes/registration.php:141: do_action('user_register', $user_id);
./wp-includes/rewrite.php:790: do_action_ref_array('generate_rewrite_rules', array(&$this));
./wp-includes/feed-rdf.php:15: <?php do_action('rdf_ns'); ?>
./wp-includes/feed-rdf.php:26: <?php do_action('rdf_header'); ?>
./wp-includes/feed-rdf.php:48: <?php do_action('rdf_item'); ?>
./wp-includes/template-loader.php:3: do_action('template_redirect');
./wp-includes/template-loader.php:5: do_action('do_robots');
./wp-includes/template-loader.php:65: do_action('do_robots');
./wp-includes/rss.php:2:do_action('load_feed_engine');
./wp-includes/widgets.php:1164: do_action('widgets_init');
./wp-includes/theme.php:458: do_action('switch_theme', 'Default');
./wp-includes/theme.php:465: do_action('switch_theme', 'Default');
./wp-includes/post.php:515: do_action('delete_post', $postid);
./wp-includes/post.php:536: do_action('deleted_post', $postid);
./wp-includes/post.php:767: do_action('edit_post', $post_ID, $post);
./wp-includes/post.php:769: do_action('save_post', $post_ID, $post);
./wp-includes/post.php:770: do_action('wp_insert_post', $post_ID, $post);
./wp-includes/post.php:832: do_action('edit_post', $post_id, $post);
./wp-includes/post.php:833: do_action('save_post', $post_id, $post);
./wp-includes/post.php:834: do_action('wp_insert_post', $post_id, $post);
./wp-includes/post.php:874: do_action('transition_post_status', $new_status, $old_status, $post);
./wp-includes/post.php:875: do_action("${old_status}_to_$new_status", $post);
./wp-includes/post.php:877: do_action("${new_status}_$post->post_type", $post->ID, $post);
./wp-includes/post.php:1410: do_action('edit_attachment', $post_ID);
./wp-includes/post.php:1412: do_action('add_attachment', $post_ID);
./wp-includes/post.php:1454: do_action('delete_attachment', $postid);
./wp-includes/post.php:1835: do_action('private_to_published', $post->ID); // Deprecated, use private_to_publish
./wp-includes/post.php:1852: do_action('xmlrpc_publish_post', $post_id);
./wp-includes/post.php:1854: do_action('app_publish_post', $post_id);
./wp-includes/feed-rss.php:16: <?php do_action('rss_head'); ?>
./wp-includes/feed-rss.php:27: <?php do_action('rss_item'); ?>
./wp-includes/feed-rss2.php:13: <?php do_action('rss2_ns'); ?>
./wp-includes/feed-rss2.php:23: <?php do_action('rss2_head'); ?>
./wp-includes/feed-rss2.php:46: <?php do_action('rss2_item'); ?>
./wp-includes/pluggable.php:23: do_action('set_current_user');
./wp-includes/pluggable.php:270: do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) );
./wp-includes/pluggable.php:347: do_action('check_admin_referer', $action);
./wp-includes/pluggable.php:368: do_action('check_ajax_referer');
./wp-includes/functions.php:322: do_action("update_option_{$option_name}", $oldvalue, $_newvalue);
./wp-includes/functions.php:849: do_action($hook, $wp_query->is_comment_feed);
./wp-includes/functions.php:879: do_action('do_robotstxt');
./wp-includes/feed-atom.php:12: <?php do_action('atom_ns'); ?>
./wp-includes/feed-atom.php:24: <?php do_action('atom_head'); ?>
./wp-includes/feed-atom.php:44:<?php do_action('atom_entry'); ?>
./wp-includes/feed-rss2-comments.php:24: <?php do_action('commentsrss2_head'); ?>
./wp-includes/feed-rss2-comments.php:51: do_action('commentrss2_item', $comment->comment_ID, $comment_post->ID);
./wp-includes/query.php:706: do_action_ref_array('parse_query', array(&$this));
./wp-includes/query.php:733: do_action_ref_array('pre_get_posts', array(&$this));
./wp-includes/query.php:1246: do_action( 'posts_selection', $where . $groupby . $q['orderby'] . $limits . $join );
./wp-includes/query.php:1342: do_action('loop_start');
./wp-includes/query.php:1349: do_action('loop_end');
./wp-includes/query.php:1378: do_action('comment_loop_start');
./wp-includes/classes.php:172: do_action_ref_array('parse_request', array(&$this));
./wp-includes/classes.php:226: do_action_ref_array('send_headers', array(&$this));
./wp-includes/classes.php:298: do_action_ref_array('wp', array(&$this));
./wp-admin/bookmarklet.php:101:<?php do_action('admin_footer', ''); ?>
./wp-admin/menu.php:73:do_action('_admin_menu');
./wp-admin/menu.php:120:do_action('admin_menu', '');
./wp-admin/edit-form-advanced.php:134:<?php do_action('dbx_post_sidebar'); ?>
./wp-admin/edit-form-advanced.php:189:<?php do_action('edit_form_advanced'); ?>
./wp-admin/edit-form-advanced.php:253:<?php do_action('dbx_post_advanced'); ?>
./wp-admin/edit.php:159:<?php do_action('restrict_manage_posts'); ?>
./wp-admin/upload.php:23:do_action( "upload_files_$tab" );
./wp-admin/upload.php:62:<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
./wp-admin/upload.php:72:<?php do_action('admin_print_scripts'); wp_upload_admin_head(); ?>
./wp-admin/options-privacy.php:22:<?php do_action('blog_privacy_selector'); ?>
./wp-admin/themes.php:14: do_action('switch_theme', get_current_theme());
./wp-admin/admin.php:45: do_action('load-' . $page_hook);
./wp-admin/admin.php:49: do_action($page_hook);
./wp-admin/admin.php:58: do_action('load-' . $plugin_page);
./wp-admin/admin.php:107: do_action("load-$pagenow");
./wp-admin/link-manager.php:184: <td><?php do_action('manage_link_custom_column', $column_name, $link->link_id); ?></td>
./wp-admin/admin-header.php:16:<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
./wp-admin/admin-header.php:30: do_action('admin_print_scripts-' . $page_hook);
./wp-admin/admin-header.php:32: do_action('admin_print_scripts-' . $plugin_page);
./wp-admin/admin-header.php:33:do_action('admin_print_scripts');
./wp-admin/admin-header.php:36: do_action('admin_head-' . $page_hook);
./wp-admin/admin-header.php:38: do_action('admin_head-' . $plugin_page);
./wp-admin/admin-header.php:39:do_action('admin_head');
./wp-admin/admin-footer.php:10:<?php do_action('admin_footer', ''); ?>
./wp-admin/index.php:115:<?php do_action('activity_box_end'); ?>
./wp-admin/edit-category-form.php:8: do_action('edit_category_form_pre', $category);
./wp-admin/edit-category-form.php:15: do_action('add_category_form_pre', $category);
./wp-admin/edit-category-form.php:47:<?php do_action('edit_category_form', $category); ?>
./wp-admin/widgets.php:149:do_action( 'sidebar_admin_setup' );
./wp-admin/widgets.php:358: <?php do_action( 'sidebar_admin_page' ); ?>
./wp-admin/export.php:50:do_action('export_wp');
./wp-admin/export.php:205: <?php do_action('rss2_head'); ?>
./wp-admin/plugins.php:20: do_action('activate_' . $plugin);
./wp-admin/plugins.php:37: do_action('deactivate_' . trim( $_GET['plugin'] ));
./wp-admin/plugins.php:45: do_action('deactivate_' . $plugin);
./wp-admin/plugins.php:168: do_action( 'after_plugin_row', $plugin_file );
./wp-admin/edit-page-form.php:129:<?php do_action('dbx_page_sidebar'); ?>
./wp-admin/edit-page-form.php:165:<?php do_action('edit_page_form'); ?>
./wp-admin/edit-page-form.php:196:<?php do_action('dbx_page_advanced'); ?>
./wp-admin/edit-post-rows.php:99: <td><?php do_action('manage_posts_custom_column', $column_name, $id); ?></td>
./wp-admin/profile.php:38:<?php do_action('profile_personal_options'); ?>
./wp-admin/profile.php:120:<?php do_action('show_user_profile'); ?>
./wp-admin/import/blogger.php:466: do_action('import_done', 'blogger');
./wp-admin/import/mt.php:410: do_action('import_done', 'mt');
./wp-admin/user-edit.php:190:<?php do_action('edit_user_profile'); ?>
./wp-admin/includes/user.php:83: do_action_ref_array( 'check_passwords', array ( $user->user_login, & $pass1, & $pass2 ));
./wp-admin/includes/user.php:264: do_action('delete_user', $id);
./wp-admin/includes/bookmark.php:44: do_action('delete_link', $link_id);
./wp-admin/includes/bookmark.php:50: do_action('deleted_link', $link_id);
./wp-admin/includes/bookmark.php:135: do_action('edit_link', $link_id);
./wp-admin/includes/bookmark.php:137: do_action('add_link', $link_id);
./wp-admin/profile-update.php:20:do_action('personal_options_update');
./wp-admin/admin-ajax.php:316: do_action( 'wp_ajax_' . $_POST['action'] );
./wp-admin/edit-form.php:69:<?php do_action('simple_edit_form', ''); ?>
./wp-admin/menu-header.php:70:do_action('admin_notices');
./wp-admin/edit-link-category-form.php:8: do_action('edit_link_category_form_pre', $category);
./wp-admin/edit-link-category-form.php:15: do_action('add_link_category_form_pre', $category);
./wp-admin/edit-link-category-form.php:41:<?php do_action('edit_link_category_form', $category); ?>
./wp-comments-post.php:17: do_action('comment_id_not_found', $comment_post_ID);
./wp-comments-post.php:20: do_action('comment_closed', $comment_post_ID);
./wp-comments-post.php:23: do_action('comment_on_draft', $comment_post_ID);
./wp-mail.php:159: do_action('publish_phone', $post_ID);
./wp-cron.php:28: do_action_ref_array($hook, $args['args']);
./xmlrpc.php:1988: do_action('pingback_post', $comment_ID);
./wp-login.php:44:<?php do_action('login_head'); ?>
./wp-login.php:75: do_action('wp_logout');
./wp-login.php:97: do_action('lostpassword_post');
./wp-login.php:108: do_action('retreive_password', $user_login); // Misspelled and deprecated
./wp-login.php:109: do_action('retrieve_password', $user_login);
./wp-login.php:133: do_action('lost_password');
./wp-login.php:146:<?php do_action('lostpassword_form'); ?>
./wp-login.php:181: do_action('password_reset');
./wp-login.php:237: do_action('register_post');
./wp-login.php:268:<?php do_action('register_form'); ?>
./wp-login.php:310: do_action_ref_array('wp_authenticate', array(&$user_login, &$user_pass));
./wp-login.php:326: do_action('wp_login', $user_login);
./wp-login.php:360:<?php do_action('login_form'); ?>
./wp-content/themes/default/comments.php:98:<?php do_action('comment_form', $post->ID); ?>
./wp-content/themes/default/comments-popup.php:89: <?php do_action('comment_form', $post->ID); ?>
./wp-content/themes/classic/comments.php:67:<?php do_action('comment_form', $post->ID); ?>
./wp-content/themes/classic/comments-popup.php:89: <?php do_action('comment_form', $post->ID); ?>