Skip to content

Instantly share code, notes, and snippets.

@tareiking
Created February 10, 2015 12:03
Show Gist options
  • Save tareiking/ba6e551e99e7fb9164fd to your computer and use it in GitHub Desktop.
Save tareiking/ba6e551e99e7fb9164fd to your computer and use it in GitHub Desktop.
A handful of WordPress actions as of 4.1
./wp-activate.php:32:do_action( 'activate_header' );
./wp-activate.php:45: do_action( 'activate_wp_head' );
./wp-admin/admin-ajax.php:44:do_action( 'admin_init' );
./wp-admin/admin-ajax.php:85: do_action( 'wp_ajax_' . $_REQUEST['action'] );
./wp-admin/admin-ajax.php:95: do_action( 'wp_ajax_nopriv_' . $_REQUEST['action'] );
./wp-admin/admin-footer.php:25: do_action( 'in_admin_footer' );
./wp-admin/admin-footer.php:67:do_action( 'admin_footer', '' );
./wp-admin/admin-footer.php:74:do_action( 'admin_print_footer_scripts' );
./wp-admin/admin-footer.php:86:do_action( "admin_footer-" . $GLOBALS['hook_suffix'] );
./wp-admin/admin-header.php:80:do_action( 'admin_enqueue_scripts', $hook_suffix );
./wp-admin/admin-header.php:87:do_action( "admin_print_styles-$hook_suffix" );
./wp-admin/admin-header.php:94:do_action( 'admin_print_styles' );
./wp-admin/admin-header.php:101:do_action( "admin_print_scripts-$hook_suffix" );
./wp-admin/admin-header.php:108:do_action( 'admin_print_scripts' );
./wp-admin/admin-header.php:118:do_action( "admin_head-$hook_suffix" );
./wp-admin/admin-header.php:125:do_action( 'admin_head' );
./wp-admin/admin-header.php:203:do_action( 'in_admin_header' );
./wp-admin/admin-header.php:225: do_action( 'network_admin_notices' );
./wp-admin/admin-header.php:232: do_action( 'user_admin_notices' );
./wp-admin/admin-header.php:239: do_action( 'admin_notices' );
./wp-admin/admin-header.php:247:do_action( 'all_admin_notices' );
./wp-admin/admin-post.php:29:do_action( 'admin_init' );
./wp-admin/admin-post.php:40: do_action( 'admin_post_nopriv' );
./wp-admin/admin-post.php:50: do_action( "admin_post_nopriv_{$action}" );
./wp-admin/admin-post.php:59: do_action( 'admin_post' );
./wp-admin/admin-post.php:69: do_action( "admin_post_{$action}" );
./wp-admin/admin.php:44: do_action( 'after_db_upgrade' );
./wp-admin/admin.php:71: do_action( 'after_mu_upgrade', $response );
./wp-admin/admin.php:145:do_action( 'admin_init' );
./wp-admin/admin.php:202: do_action( 'load-' . $page_hook );
./wp-admin/admin.php:212: do_action( $page_hook );
./wp-admin/admin.php:232: do_action( 'load-' . $plugin_page );
./wp-admin/admin.php:270: do_action( 'load-importer-' . $importer );
./wp-admin/admin.php:318: do_action( 'load-' . $pagenow );
./wp-admin/admin.php:326: do_action( 'load-page-new.php' );
./wp-admin/admin.php:328: do_action( 'load-page.php' );
./wp-admin/admin.php:331: do_action( 'load-categories.php' );
./wp-admin/admin.php:333: do_action( 'load-edit-link-categories.php' );
./wp-admin/admin.php:346: do_action( 'admin_action_' . $_REQUEST['action'] );
./wp-admin/custom-background.php:466: do_action( 'wp_create_file_in_uploads', $file, $id ); // For replication
./wp-admin/custom-header.php:737:do_action( 'custom_header_options' );
./wp-admin/custom-header.php:805: do_action( 'wp_create_file_in_uploads', $file, $attachment_id ); // For replication
./wp-admin/customize.php:51:do_action( 'customize_controls_init' );
./wp-admin/customize.php:61:do_action( 'customize_controls_enqueue_scripts' );
./wp-admin/customize.php:108:do_action( 'customize_controls_print_styles' );
./wp-admin/customize.php:115:do_action( 'customize_controls_print_scripts' );
./wp-admin/customize.php:195: do_action( 'customize_controls_print_footer_scripts' );
./wp-admin/edit-form-advanced.php:218:do_action( 'dbx_post_advanced', $post );
./wp-admin/edit-form-advanced.php:242:do_action( 'add_meta_boxes', $post_type, $post );
./wp-admin/edit-form-advanced.php:253:do_action( 'add_meta_boxes_' . $post_type, $post );
./wp-admin/edit-form-advanced.php:266:do_action( 'do_meta_boxes', $post_type, 'normal', $post );
./wp-admin/edit-form-advanced.php:268:do_action( 'do_meta_boxes', $post_type, 'advanced', $post );
./wp-admin/edit-form-advanced.php:270:do_action( 'do_meta_boxes', $post_type, 'side', $post );
./wp-admin/edit-form-advanced.php:416:do_action( 'post_edit_form_tag', $post );
./wp-admin/edit-form-advanced.php:449:do_action( 'edit_form_top', $post ); ?>
./wp-admin/edit-form-advanced.php:480:do_action( 'edit_form_before_permalink', $post );
./wp-admin/edit-form-advanced.php:516:do_action( 'edit_form_after_title', $post );
./wp-admin/edit-form-advanced.php:560:do_action( 'edit_form_after_editor', $post );
./wp-admin/edit-form-advanced.php:577: do_action( 'submitpage_box', $post );
./wp-admin/edit-form-advanced.php:589: do_action( 'submitpost_box', $post );
./wp-admin/edit-form-advanced.php:610: do_action( 'edit_page_form', $post );
./wp-admin/edit-form-advanced.php:620: do_action( 'edit_form_advanced', $post );
./wp-admin/edit-form-advanced.php:636:do_action( 'dbx_post_sidebar', $post );
./wp-admin/edit-form-comment.php:131:do_action( 'add_meta_boxes', 'comment', $comment );
./wp-admin/edit-form-comment.php:140:do_action( 'add_meta_boxes_comment', $comment );
./wp-admin/edit-link-form.php:34:do_action( 'add_meta_boxes', 'link', $link );
./wp-admin/edit-link-form.php:43:do_action( 'add_meta_boxes_link', $link );
./wp-admin/edit-link-form.php:46:do_action( 'do_meta_boxes', 'link', 'normal', $link );
./wp-admin/edit-link-form.php:48:do_action( 'do_meta_boxes', 'link', 'advanced', $link );
./wp-admin/edit-link-form.php:50:do_action( 'do_meta_boxes', 'link', 'side', $link );
./wp-admin/edit-link-form.php:122:do_action( 'submitlink_box' );
./wp-admin/edit-tag-form.php:29: do_action( 'edit_category_form_pre', $tag );
./wp-admin/edit-tag-form.php:39: do_action( 'edit_link_category_form_pre', $tag );
./wp-admin/edit-tag-form.php:49: do_action( 'edit_tag_form_pre', $tag );
./wp-admin/edit-tag-form.php:62:do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>
./wp-admin/edit-tag-form.php:77:do_action( "{$taxonomy}_term_edit_form_tag" );
./wp-admin/edit-tag-form.php:132: do_action( 'edit_category_form_fields', $tag );
./wp-admin/edit-tag-form.php:142: do_action( 'edit_link_category_form_fields', $tag );
./wp-admin/edit-tag-form.php:152: do_action( 'edit_tag_form_fields', $tag );
./wp-admin/edit-tag-form.php:165: do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy );
./wp-admin/edit-tag-form.php:172: do_action( 'edit_category_form', $tag );
./wp-admin/edit-tag-form.php:175: do_action( 'edit_link_category_form', $tag );
./wp-admin/edit-tag-form.php:185: do_action( 'edit_tag_form', $tag );
./wp-admin/edit-tag-form.php:197:do_action( "{$taxonomy}_edit_form", $tag, $taxonomy );
./wp-admin/edit-tags.php:360:do_action( "after-{$taxonomy}-table", $taxonomy );
./wp-admin/edit-tags.php:397: do_action( 'add_category_form_pre', (object) array( 'parent' => 0 ) );
./wp-admin/edit-tags.php:407: do_action( 'add_link_category_form_pre', (object) array( 'parent' => 0 ) );
./wp-admin/edit-tags.php:417: do_action( 'add_tag_form_pre', $taxonomy );
./wp-admin/edit-tags.php:429: do_action( "{$taxonomy}_pre_add_form", $taxonomy );
./wp-admin/edit-tags.php:443:do_action( "{$taxonomy}_term_new_form_tag" );
./wp-admin/edit-tags.php:519: do_action( 'add_tag_form_fields', $taxonomy );
./wp-admin/edit-tags.php:531:do_action( "{$taxonomy}_add_form_fields", $taxonomy );
./wp-admin/edit-tags.php:544: do_action( 'edit_category_form', (object) array( 'parent' => 0 ) );
./wp-admin/edit-tags.php:554: do_action( 'edit_link_category_form', (object) array( 'parent' => 0 ) );
./wp-admin/edit-tags.php:564: do_action( 'add_tag_form', $taxonomy );
./wp-admin/edit-tags.php:576:do_action( "{$taxonomy}_add_form", $taxonomy );
./wp-admin/export.php:237:do_action( 'export_filters' );
./wp-admin/includes/ajax-actions.php:65: do_action( 'heartbeat_nopriv_tick', $response, $screen_id );
./wp-admin/includes/ajax-actions.php:1749: do_action( 'load-widgets.php' );
./wp-admin/includes/ajax-actions.php:1756: do_action( 'widgets.php' );
./wp-admin/includes/ajax-actions.php:1759: do_action( 'sidebar_admin_setup' );
./wp-admin/includes/ajax-actions.php:2527: do_action( 'heartbeat_tick', $response, $screen_id );
./wp-admin/includes/bookmark.php:89: do_action( 'delete_link', $link_id );
./wp-admin/includes/bookmark.php:101: do_action( 'deleted_link', $link_id );
./wp-admin/includes/bookmark.php:218: do_action( 'edit_link', $link_id );
./wp-admin/includes/bookmark.php:227: do_action( 'add_link', $link_id );
./wp-admin/includes/class-wp-comments-list-table.php:271: do_action( 'restrict_manage_comments' );
./wp-admin/includes/class-wp-comments-list-table.php:287: do_action( 'manage_comments_nav', $comment_status );
./wp-admin/includes/class-wp-comments-list-table.php:582: do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );
./wp-admin/includes/class-wp-links-list-table.php:200: do_action( 'manage_link_custom_column', $column_name, $link->link_id );
./wp-admin/includes/class-wp-media-list-table.php:123: do_action( 'restrict_manage_posts' );
./wp-admin/includes/class-wp-media-list-table.php:489: do_action( 'manage_media_custom_column', $column_name, $post->ID );
./wp-admin/includes/class-wp-ms-sites-list-table.php:380: do_action( 'wpmublogsaction', $blog['blog_id'] ); ?>
./wp-admin/includes/class-wp-ms-sites-list-table.php:395: do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] );
./wp-admin/includes/class-wp-ms-themes-list-table.php:442: do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme );
./wp-admin/includes/class-wp-ms-themes-list-table.php:461: do_action( 'after_theme_row', $stylesheet, $theme, $status );
./wp-admin/includes/class-wp-ms-themes-list-table.php:476: do_action( "after_theme_row_$stylesheet", $stylesheet, $theme, $status );
./wp-admin/includes/class-wp-plugin-install-list-table.php:292: do_action( 'install_plugins_table_header' ); ?>
./wp-admin/includes/class-wp-plugins-list-table.php:598: do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
./wp-admin/includes/class-wp-plugins-list-table.php:616: do_action( 'after_plugin_row', $plugin_file, $plugin_data, $status );
./wp-admin/includes/class-wp-plugins-list-table.php:632: do_action( "after_plugin_row_$plugin_file", $plugin_file, $plugin_data, $status );
./wp-admin/includes/class-wp-posts-list-table.php:255: do_action( 'restrict_manage_posts' );
./wp-admin/includes/class-wp-posts-list-table.php:892: do_action( 'manage_pages_custom_column', $column_name, $post->ID );
./wp-admin/includes/class-wp-posts-list-table.php:906: do_action( 'manage_posts_custom_column', $column_name, $post->ID );
./wp-admin/includes/class-wp-posts-list-table.php:919: do_action( "manage_{$post->post_type}_posts_custom_column", $column_name, $post->ID );
./wp-admin/includes/class-wp-posts-list-table.php:1302: do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );
./wp-admin/includes/class-wp-posts-list-table.php:1313: do_action( 'quick_edit_custom_box', $column_name, $screen->post_type );
./wp-admin/includes/class-wp-terms-list-table.php:492: do_action( 'quick_edit_custom_box', $column_name, 'edit-tags', $this->screen->taxonomy );
./wp-admin/includes/class-wp-theme-install-list-table.php:164: do_action( 'install_themes_table_header' );
./wp-admin/includes/class-wp-upgrader.php:615: do_action( 'upgrader_process_complete', $this, $options['hook_extra'] );
./wp-admin/includes/class-wp-upgrader.php:931: do_action( 'upgrader_process_complete', $this, array(
./wp-admin/includes/class-wp-upgrader.php:1443: do_action( 'upgrader_process_complete', $this, array(
./wp-admin/includes/class-wp-upgrader.php:2068: do_action( 'upgrader_process_complete', $this, array( 'action' => 'update', 'type' => 'core' ) );
./wp-admin/includes/class-wp-upgrader.php:2813: do_action( 'automatic_updates_complete', $this->update_results );
./wp-admin/includes/class-wp-users-list-table.php:228: do_action( 'restrict_manage_users' );
./wp-admin/includes/dashboard.php:61: do_action( 'wp_network_dashboard_setup' );
./wp-admin/includes/dashboard.php:78: do_action( 'wp_user_dashboard_setup' );
./wp-admin/includes/dashboard.php:95: do_action( 'wp_dashboard_setup' );
./wp-admin/includes/dashboard.php:122: do_action( 'do_meta_boxes', $screen->id, 'normal', '' );
./wp-admin/includes/dashboard.php:125: do_action( 'do_meta_boxes', $screen->id, 'side', '' );
./wp-admin/includes/dashboard.php:319: do_action( 'rightnow_end' );
./wp-admin/includes/dashboard.php:328: do_action( 'activity_box_end' );
./wp-admin/includes/dashboard.php:377: do_action( 'wpmuadminresult', '' );
./wp-admin/includes/dashboard.php:399: do_action( 'mu_rightnow_end' );
./wp-admin/includes/dashboard.php:406: do_action( 'mu_activity_box_end' );
./wp-admin/includes/export.php:40: do_action( 'export_wp', $args );
./wp-admin/includes/export.php:374: do_action( 'rss2_head' );
./wp-admin/includes/media.php:459: do_action( 'admin_enqueue_scripts', 'media-upload-popup' );
./wp-admin/includes/media.php:466: do_action( 'admin_print_styles-media-upload-popup' );
./wp-admin/includes/media.php:469: do_action( 'admin_print_styles' );
./wp-admin/includes/media.php:476: do_action( 'admin_print_scripts-media-upload-popup' );
./wp-admin/includes/media.php:479: do_action( 'admin_print_scripts' );
./wp-admin/includes/media.php:487: do_action( 'admin_head-media-upload-popup' );
./wp-admin/includes/media.php:490: do_action( 'admin_head' );
./wp-admin/includes/media.php:504: do_action( "admin_head_{$content_func}" );
./wp-admin/includes/media.php:518: do_action( 'admin_print_footer_scripts' );
./wp-admin/includes/media.php:1763: do_action( 'upload_ui_over_quota' );
./wp-admin/includes/media.php:1772:do_action( 'pre-upload-ui' );
./wp-admin/includes/media.php:1848:do_action( 'pre-plupload-upload-ui' ); ?>
./wp-admin/includes/media.php:1863:do_action( 'post-plupload-upload-ui' ); ?>
./wp-admin/includes/media.php:1873: do_action( 'pre-html-upload-ui' );
./wp-admin/includes/media.php:1888:do_action( 'post-html-upload-ui' );
./wp-admin/includes/media.php:1902: do_action( 'post-upload-ui' );
./wp-admin/includes/menu.php:19: do_action( '_network_admin_menu' );
./wp-admin/includes/menu.php:30: do_action( '_user_admin_menu' );
./wp-admin/includes/menu.php:41: do_action( '_admin_menu' );
./wp-admin/includes/menu.php:129: do_action( 'network_admin_menu', '' );
./wp-admin/includes/menu.php:139: do_action( 'user_admin_menu', '' );
./wp-admin/includes/menu.php:149: do_action( 'admin_menu', '' );
./wp-admin/includes/menu.php:317: do_action( 'admin_page_access_denied' );
./wp-admin/includes/meta-boxes.php:217:do_action( 'post_submitbox_misc_actions' );
./wp-admin/includes/meta-boxes.php:230:do_action( 'post_submitbox_start' );
./wp-admin/includes/meta-boxes.php:311: do_action( 'attachment_submitbox_misc_actions' );
./wp-admin/includes/meta-boxes.php:601: do_action( 'post_comment_status_meta_box-options', $post );
./wp-admin/includes/meta-boxes.php:810:do_action( 'post_submitbox_start' );
./wp-admin/includes/meta-boxes.php:834:do_action( 'submitlink_box' );
./wp-admin/includes/ms.php:72: do_action( 'delete_blog', $blog_id, $drop );
./wp-admin/includes/ms.php:196: do_action( 'wpmu_delete_user', $id );
./wp-admin/includes/ms.php:231: do_action( 'deleted_user', $id );
./wp-admin/includes/ms.php:513: do_action( 'make_spam_user', $id );
./wp-admin/includes/ms.php:522: do_action( 'make_ham_user', $id );
./wp-admin/includes/ms.php:848: do_action( 'grant_super_admin', $user_id );
./wp-admin/includes/ms.php:865: do_action( 'granted_super_admin', $user_id );
./wp-admin/includes/ms.php:893: do_action( 'revoke_super_admin', $user_id );
./wp-admin/includes/ms.php:911: do_action( 'revoked_super_admin', $user_id );
./wp-admin/includes/nav-menu.php:1318: do_action( 'wp_update_nav_menu', $nav_menu_selected_id );
./wp-admin/includes/plugin.php:558: do_action( 'activate_plugin', $plugin, $network_wide );
./wp-admin/includes/plugin.php:575: do_action( 'activate_' . $plugin, $network_wide );
./wp-admin/includes/plugin.php:600: do_action( 'activated_plugin', $plugin, $network_wide );
./wp-admin/includes/plugin.php:652: do_action( 'deactivate_plugin', $plugin, $network_deactivating );
./wp-admin/includes/plugin.php:688: do_action( 'deactivate_' . $plugin, $network_deactivating );
./wp-admin/includes/plugin.php:702: do_action( 'deactivated_plugin', $plugin, $network_deactivating );
./wp-admin/includes/plugin.php:988: do_action( 'uninstall_' . $file );
./wp-admin/includes/post.php:1464: do_action( 'post_locked_dialog', $post );
./wp-admin/includes/post.php:1501: do_action( 'post_lock_lost_dialog', $post );
./wp-admin/includes/post.php:1566: do_action( 'wp_creating_autosave', $new_autosave );
./wp-admin/includes/schema.php:340: do_action( 'populate_options' );
./wp-admin/includes/screen.php:545: do_action( 'current_screen', $current_screen );
./wp-admin/includes/template.php:1561:do_action( 'admin_enqueue_scripts', $hook_suffix );
./wp-admin/includes/template.php:1564:do_action( "admin_print_styles-$hook_suffix" );
./wp-admin/includes/template.php:1567:do_action( 'admin_print_styles' );
./wp-admin/includes/template.php:1570:do_action( "admin_print_scripts-$hook_suffix" );
./wp-admin/includes/template.php:1573:do_action( 'admin_print_scripts' );
./wp-admin/includes/template.php:1576:do_action( "admin_head-$hook_suffix" );
./wp-admin/includes/template.php:1579:do_action( 'admin_head' );
./wp-admin/includes/template.php:1621: do_action( 'admin_footer', '' );
./wp-admin/includes/template.php:1624: do_action( 'admin_print_footer_scripts' );
./wp-admin/includes/template.php:1883: do_action( 'admin_xml_ns' );
./wp-admin/includes/template.php:1889: do_action( 'admin_xml_ns' );
./wp-admin/includes/update-core.php:1077: do_action( '_core_updated_successfully', $wp_version );
./wp-admin/includes/update.php:323: do_action( "in_plugin_update_message-{$file}", $plugin_data, $r );
./wp-admin/includes/update.php:395: do_action( "in_theme_update_message-{$theme_key}", $theme, $r );
./wp-admin/includes/upgrade.php:103: do_action( 'wp_install', $user );
./wp-admin/includes/upgrade.php:347: do_action( 'wp_upgrade', $wp_db_version, $wp_current_db_version );
./wp-admin/includes/user.php:296: do_action( 'delete_user', $id, $reassign );
./wp-admin/includes/user.php:368: do_action( 'deleted_user', $id, $reassign );
./wp-admin/index.php:120: do_action( 'welcome_panel' );
./wp-admin/media-upload.php:87: do_action( "media_upload_$type" );
./wp-admin/media-upload.php:99: do_action( "media_upload_$tab" );
./wp-admin/menu-header.php:234:do_action( 'adminmenu' );
./wp-admin/my-sites.php:75: do_action( 'myblogs_allblogs_options' );
./wp-admin/nav-menus.php:626: do_action( 'after_menu_locations_table' ); ?>
./wp-admin/network/edit.php:29:do_action( 'wpmuadminedit' );
./wp-admin/network/edit.php:39:do_action( 'network_admin_edit_' . $_GET['action'] );
./wp-admin/network/settings.php:70: do_action( 'wpmuadminedit' );
./wp-admin/network/settings.php:108: do_action( 'update_wpmu_options' );
./wp-admin/network/settings.php:380: do_action( 'wpmu_options' ); ?>
./wp-admin/network/site-settings.php:66: do_action( 'wpmu_update_blog_options' );
./wp-admin/network/site-settings.php:165: do_action( 'wpmueditblogaction', $id );
./wp-admin/network/site-users.php:258:do_action( 'network_site_users_after_list_table' );
./wp-admin/network/sites.php:53: do_action( 'wpmuadminedit' );
./wp-admin/network/sites.php:155: do_action( 'activate_blog', $id );
./wp-admin/network/sites.php:166: do_action( 'deactivate_blog', $id );
./wp-admin/network/upgrade.php:77: do_action( 'after_mu_upgrade', $response );
./wp-admin/network/upgrade.php:85: do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] );
./wp-admin/network/upgrade.php:114: do_action( 'wpmu_upgrade_page' );
./wp-admin/network/users.php:81: do_action( 'delete_user_form', $current_user );
./wp-admin/network/users.php:92: do_action( 'wpmuadminedit' );
./wp-admin/options-reading.php:166: do_action( 'blog_privacy_selector' );
./wp-admin/plugin-install.php:65:do_action( "install_plugins_pre_$tab" );
./wp-admin/plugin-install.php:127:do_action( "install_plugins_$tab", $paged ); ?>
./wp-admin/plugins.php:155: do_action( "activate_{$plugin}" );
./wp-admin/plugins.php:454:do_action( 'pre_current_active_plugins', $plugins['all'] );
./wp-admin/press-this.php:311: do_action( 'admin_enqueue_scripts', 'press-this.php' );
./wp-admin/press-this.php:318: do_action( 'admin_print_styles-press-this.php' );
./wp-admin/press-this.php:321: do_action( 'admin_print_styles' );
./wp-admin/press-this.php:328: do_action( 'admin_print_scripts-press-this.php' );
./wp-admin/press-this.php:331: do_action( 'admin_print_scripts' );
./wp-admin/press-this.php:338: do_action( 'admin_head-press-this.php' );
./wp-admin/press-this.php:341: do_action( 'admin_head' );
./wp-admin/press-this.php:685:do_action( 'admin_footer' );
./wp-admin/press-this.php:687:do_action( 'admin_print_footer_scripts' );
./wp-admin/theme-install.php:68: do_action( "install_themes_pre_{$tab}" );
./wp-admin/theme-install.php:189: do_action( "install_themes_{$tab}", $paged );
./wp-admin/tools.php:71:do_action( 'tool_box' );
./wp-admin/update-core.php:542: do_action( 'core_upgrade_preamble' );
./wp-admin/update-core.php:658: do_action( "update-core-custom_{$action}" );
./wp-admin/update.php:270: do_action( "update-custom_{$action}" );
./wp-admin/user-edit.php:137: do_action( 'personal_options_update', $user_id );
./wp-admin/user-edit.php:146: do_action( 'edit_user_profile_update', $user_id );
./wp-admin/user-edit.php:233: do_action( 'user_edit_form_tag' );
./wp-admin/user-edit.php:268: do_action( 'admin_color_scheme_picker', $user_id );
./wp-admin/user-edit.php:296:do_action( 'personal_options', $profileuser );
./wp-admin/user-edit.php:311: do_action( 'profile_personal_options', $profileuser );
./wp-admin/user-edit.php:536: do_action( 'show_user_profile', $profileuser );
./wp-admin/user-edit.php:545: do_action( 'edit_user_profile', $profileuser );
./wp-admin/user-new.php:289: do_action( 'user_new_form_tag' );
./wp-admin/user-new.php:325:do_action( 'user_new_form', 'add-existing-user' );
./wp-admin/user-new.php:339: do_action( 'user_new_form_tag' );
./wp-admin/user-new.php:431:do_action( 'user_new_form', 'add-new-user' );
./wp-admin/users.php:255: do_action( 'delete_user_form', $current_user );
./wp-admin/widgets.php:43:do_action( 'sidebar_admin_setup' );
./wp-admin/widgets.php:339:do_action( 'widgets_admin_page' ); ?>
./wp-admin/widgets.php:452:do_action( 'sidebar_admin_page' );
./wp-comments-post.php:32: do_action( 'comment_id_not_found', $comment_post_ID );
./wp-comments-post.php:49: do_action( 'comment_closed', $comment_post_ID );
./wp-comments-post.php:59: do_action( 'comment_on_trash', $comment_post_ID );
./wp-comments-post.php:69: do_action( 'comment_on_draft', $comment_post_ID );
./wp-comments-post.php:79: do_action( 'comment_on_password_protected', $comment_post_ID );
./wp-comments-post.php:89: do_action( 'pre_comment_on_post', $comment_post_ID );
./wp-comments-post.php:152:do_action( 'set_comment_cookies', $comment, $user );
./wp-content/plugins/akismet/class.akismet-admin.php:415: do_action( 'comment_remove_author_url' );
./wp-content/plugins/akismet/class.akismet-admin.php:427: do_action( 'comment_add_author_url' );
./wp-content/plugins/akismet/class.akismet.php:122: do_action( 'akismet_comment_check_response', $response );
./wp-content/plugins/akismet/class.akismet.php:143: do_action( 'akismet_spam_caught', $discard );
./wp-content/plugins/akismet/class.akismet.php:282: do_action( 'delete_comment', $comment_id );
./wp-content/plugins/akismet/class.akismet.php:492: do_action('akismet_submit_spam_comment', $comment_id, $response[1]);
./wp-content/plugins/akismet/class.akismet.php:538: do_action('akismet_submit_nonspam_comment', $comment_id, $response[1]);
./wp-content/plugins/wrox_chapter_three/wrox_chapter_three.php:25: * do_action( 'action_hook_name', 'function' );
./wp-content/themes/twentyfifteen/footer.php:23: do_action( 'twentyfifteen_credits' );
./wp-content/themes/twentyfourteen/featured-content.php:19: do_action( 'twentyfourteen_featured_posts_before' );
./wp-content/themes/twentyfourteen/featured-content.php:34: do_action( 'twentyfourteen_featured_posts_after' );
./wp-content/themes/twentyfourteen/footer.php:20: <?php do_action( 'twentyfourteen_credits' ); ?>
./wp-content/themes/twentythirteen/footer.php:18: <?php do_action( 'twentythirteen_credits' ); ?>
./wp-includes/admin-bar.php:84: do_action( 'wp_before_admin_bar_render' );
./wp-includes/admin-bar.php:93: do_action( 'wp_after_admin_bar_render' );
./wp-includes/capabilities.php:862: do_action( 'set_user_role', $this->ID, $role, $old_roles );
./wp-includes/class-http.php:370: do_action( 'http_api_debug', $response, 'response', $class, $args, $url );
./wp-includes/class-wp-admin-bar.php:69: do_action( 'admin_bar_init' );
./wp-includes/class-wp-admin-bar.php:515: do_action( 'add_admin_bar_menus' );
./wp-includes/class-wp-customize-control.php:318: do_action( 'customize_render_control', $this );
./wp-includes/class-wp-customize-control.php:330: do_action( 'customize_render_control_' . $this->id, $this );
./wp-includes/class-wp-customize-manager.php:245: do_action( 'start_previewing_theme', $this );
./wp-includes/class-wp-customize-manager.php:282: do_action( 'stop_previewing_theme', $this );
./wp-includes/class-wp-customize-manager.php:377: do_action( 'customize_register', $this );
./wp-includes/class-wp-customize-manager.php:451: do_action( 'customize_preview_init', $this );
./wp-includes/class-wp-customize-manager.php:654: do_action( 'customize_save', $this );
./wp-includes/class-wp-customize-manager.php:667: do_action( 'customize_save_after', $this );
./wp-includes/class-wp-customize-panel.php:268: do_action( 'customize_render_panel', $this );
./wp-includes/class-wp-customize-panel.php:278: do_action( "customize_render_panel_{$this->id}" );
./wp-includes/class-wp-customize-section.php:277: do_action( 'customize_render_section', $this );
./wp-includes/class-wp-customize-section.php:286: do_action( "customize_render_section_{$this->id}" );
./wp-includes/class-wp-customize-setting.php:136: do_action( "customize_preview_{$this->id}", $this );
./wp-includes/class-wp-customize-setting.php:148: do_action( "customize_preview_{$this->type}", $this );
./wp-includes/class-wp-customize-setting.php:189: do_action( 'customize_save_' . $this->id_data[ 'base' ], $this );
./wp-includes/class-wp-customize-setting.php:267: return do_action( 'customize_update_' . $this->type, $value, $this );
./wp-includes/class-wp-customize-widgets.php:363: do_action( 'load-widgets.php' );
./wp-includes/class-wp-customize-widgets.php:366: do_action( 'widgets.php' );
./wp-includes/class-wp-customize-widgets.php:369: do_action( 'sidebar_admin_setup' );
./wp-includes/class-wp-customize-widgets.php:647: do_action( 'admin_print_styles-widgets.php' );
./wp-includes/class-wp-customize-widgets.php:650: do_action( 'admin_print_styles' );
./wp-includes/class-wp-customize-widgets.php:662: do_action( 'admin_print_scripts-widgets.php' );
./wp-includes/class-wp-customize-widgets.php:665: do_action( 'admin_print_scripts' );
./wp-includes/class-wp-customize-widgets.php:679: do_action( 'admin_enqueue_scripts', 'widgets.php' );
./wp-includes/class-wp-customize-widgets.php:784: do_action( 'admin_print_footer_scripts' );
./wp-includes/class-wp-customize-widgets.php:787: do_action( 'admin_footer-widgets.php' );
./wp-includes/class-wp-customize-widgets.php:1391: do_action( 'load-widgets.php' );
./wp-includes/class-wp-customize-widgets.php:1394: do_action( 'widgets.php' );
./wp-includes/class-wp-customize-widgets.php:1397: do_action( 'sidebar_admin_setup' );
./wp-includes/class-wp-editor.php:219: do_action( 'media_buttons', $editor_id );
./wp-includes/class-wp-editor.php:760: do_action( 'wp_enqueue_editor', array(
./wp-includes/class-wp-editor.php:1111: do_action( 'before_wp_tiny_mce', self::$mce_settings );
./wp-includes/class-wp-editor.php:1161: do_action( 'wp_tiny_mce_init', self::$mce_settings );
./wp-includes/class-wp-editor.php:1244: do_action( 'after_wp_tiny_mce', self::$mce_settings );
./wp-includes/class-wp-xmlrpc-server.php:552: do_action( 'xmlrpc_call', 'wp.getUsersBlogs' );
./wp-includes/class-wp-xmlrpc-server.php:1134: do_action( 'xmlrpc_call', 'wp.newPost' );
./wp-includes/class-wp-xmlrpc-server.php:1428: do_action( 'xmlrpc_call', 'wp.editPost' );
./wp-includes/class-wp-xmlrpc-server.php:1489: do_action( 'xmlrpc_call', 'wp.deletePost' );
./wp-includes/class-wp-xmlrpc-server.php:1579: do_action( 'xmlrpc_call', 'wp.getPost' );
./wp-includes/class-wp-xmlrpc-server.php:1637: do_action( 'xmlrpc_call', 'wp.getPosts' );
./wp-includes/class-wp-xmlrpc-server.php:1726: do_action( 'xmlrpc_call', 'wp.newTerm' );
./wp-includes/class-wp-xmlrpc-server.php:1814: do_action( 'xmlrpc_call', 'wp.editTerm' );
./wp-includes/class-wp-xmlrpc-server.php:1906: do_action( 'xmlrpc_call', 'wp.deleteTerm' );
./wp-includes/class-wp-xmlrpc-server.php:1973: do_action( 'xmlrpc_call', 'wp.getTerm' );
./wp-includes/class-wp-xmlrpc-server.php:2026: do_action( 'xmlrpc_call', 'wp.getTerms' );
./wp-includes/class-wp-xmlrpc-server.php:2114: do_action( 'xmlrpc_call', 'wp.getTaxonomy' );
./wp-includes/class-wp-xmlrpc-server.php:2160: do_action( 'xmlrpc_call', 'wp.getTaxonomies' );
./wp-includes/class-wp-xmlrpc-server.php:2238: do_action( 'xmlrpc_call', 'wp.getUser' );
./wp-includes/class-wp-xmlrpc-server.php:2293: do_action( 'xmlrpc_call', 'wp.getUsers' );
./wp-includes/class-wp-xmlrpc-server.php:2362: do_action( 'xmlrpc_call', 'wp.getProfile' );
./wp-includes/class-wp-xmlrpc-server.php:2405: do_action( 'xmlrpc_call', 'wp.editProfile' );
./wp-includes/class-wp-xmlrpc-server.php:2478: do_action( 'xmlrpc_call', 'wp.getPage' );
./wp-includes/class-wp-xmlrpc-server.php:2516: do_action( 'xmlrpc_call', 'wp.getPages' );
./wp-includes/class-wp-xmlrpc-server.php:2555: do_action( 'xmlrpc_call', 'wp.newPage' );
./wp-includes/class-wp-xmlrpc-server.php:2583: do_action( 'xmlrpc_call', 'wp.deletePage' );
./wp-includes/class-wp-xmlrpc-server.php:2608: do_action( 'xmlrpc_call_success_wp_deletePage', $page_id, $args );
./wp-includes/class-wp-xmlrpc-server.php:2633: do_action( 'xmlrpc_call', 'wp.editPage' );
./wp-includes/class-wp-xmlrpc-server.php:2683: do_action( 'xmlrpc_call', 'wp.getPageList' );
./wp-includes/class-wp-xmlrpc-server.php:2734: do_action( 'xmlrpc_call', 'wp.getAuthors' );
./wp-includes/class-wp-xmlrpc-server.php:2769: do_action( 'xmlrpc_call', 'wp.getKeywords' );
./wp-includes/class-wp-xmlrpc-server.php:2809: do_action( 'xmlrpc_call', 'wp.newCategory' );
./wp-includes/class-wp-xmlrpc-server.php:2854: do_action( 'xmlrpc_call_success_wp_newCategory', $cat_id, $args );
./wp-includes/class-wp-xmlrpc-server.php:2878: do_action( 'xmlrpc_call', 'wp.deleteCategory' );
./wp-includes/class-wp-xmlrpc-server.php:2894: do_action( 'xmlrpc_call_success_wp_deleteCategory', $category_id, $args );
./wp-includes/class-wp-xmlrpc-server.php:2923: do_action( 'xmlrpc_call', 'wp.suggestCategories' );
./wp-includes/class-wp-xmlrpc-server.php:2959: do_action( 'xmlrpc_call', 'wp.getComment' );
./wp-includes/class-wp-xmlrpc-server.php:3000: do_action( 'xmlrpc_call', 'wp.getComments' );
./wp-includes/class-wp-xmlrpc-server.php:3066: do_action( 'xmlrpc_call', 'wp.deleteComment' );
./wp-includes/class-wp-xmlrpc-server.php:3079: do_action( 'xmlrpc_call_success_wp_deleteComment', $comment_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:3130: do_action( 'xmlrpc_call', 'wp.editComment' );
./wp-includes/class-wp-xmlrpc-server.php:3179: do_action( 'xmlrpc_call_success_wp_editComment', $comment_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:3269: do_action( 'xmlrpc_call', 'wp.newComment' );
./wp-includes/class-wp-xmlrpc-server.php:3281: do_action( 'xmlrpc_call_success_wp_newComment', $comment_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:3307: do_action( 'xmlrpc_call', 'wp.getCommentStatusList' );
./wp-includes/class-wp-xmlrpc-server.php:3334: do_action( 'xmlrpc_call', 'wp.getCommentCount' );
./wp-includes/class-wp-xmlrpc-server.php:3366: do_action( 'xmlrpc_call', 'wp.getPostStatusList' );
./wp-includes/class-wp-xmlrpc-server.php:3392: do_action( 'xmlrpc_call', 'wp.getPageStatusList' );
./wp-includes/class-wp-xmlrpc-server.php:3547: do_action( 'xmlrpc_call', 'wp.getMediaItem' );
./wp-includes/class-wp-xmlrpc-server.php:3592: do_action( 'xmlrpc_call', 'wp.getMediaLibrary' );
./wp-includes/class-wp-xmlrpc-server.php:3633: do_action( 'xmlrpc_call', 'wp.getPostFormats' );
./wp-includes/class-wp-xmlrpc-server.php:3706: do_action( 'xmlrpc_call', 'wp.getPostType' );
./wp-includes/class-wp-xmlrpc-server.php:3754: do_action( 'xmlrpc_call', 'wp.getPostTypes' );
./wp-includes/class-wp-xmlrpc-server.php:3817: do_action( 'xmlrpc_call', 'wp.getRevisions' );
./wp-includes/class-wp-xmlrpc-server.php:3878: do_action( 'xmlrpc_call', 'wp.restoreRevision' );
./wp-includes/class-wp-xmlrpc-server.php:3928: do_action( 'xmlrpc_call', 'blogger.getUsersBlogs' );
./wp-includes/class-wp-xmlrpc-server.php:3998: do_action( 'xmlrpc_call', 'blogger.getUserInfo' );
./wp-includes/class-wp-xmlrpc-server.php:4038: do_action( 'xmlrpc_call', 'blogger.getPost' );
./wp-includes/class-wp-xmlrpc-server.php:4083: do_action( 'xmlrpc_call', 'blogger.getRecentPosts' );
./wp-includes/class-wp-xmlrpc-server.php:4158: do_action( 'xmlrpc_call', 'blogger.newPost' );
./wp-includes/class-wp-xmlrpc-server.php:4194: do_action( 'xmlrpc_call_success_blogger_newPost', $post_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:4222: do_action( 'xmlrpc_call', 'blogger.editPost' );
./wp-includes/class-wp-xmlrpc-server.php:4262: do_action( 'xmlrpc_call_success_blogger_editPost', $post_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:4287: do_action( 'xmlrpc_call', 'blogger.deletePost' );
./wp-includes/class-wp-xmlrpc-server.php:4310: do_action( 'xmlrpc_call_success_blogger_deletePost', $post_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:4366: do_action( 'xmlrpc_call', 'metaWeblog.newPost' );
./wp-includes/class-wp-xmlrpc-server.php:4628: do_action( 'xmlrpc_call_success_mw_newPost', $post_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:4698: do_action( 'xmlrpc_call', 'metaWeblog.editPost' );
./wp-includes/class-wp-xmlrpc-server.php:4958: do_action( 'xmlrpc_call_success_mw_editPost', $post_ID, $args );
./wp-includes/class-wp-xmlrpc-server.php:4990: do_action( 'xmlrpc_call', 'metaWeblog.getPost' );
./wp-includes/class-wp-xmlrpc-server.php:5114: do_action( 'xmlrpc_call', 'metaWeblog.getRecentPosts' );
./wp-includes/class-wp-xmlrpc-server.php:5222: do_action( 'xmlrpc_call', 'metaWeblog.getCategories' );
./wp-includes/class-wp-xmlrpc-server.php:5271: do_action( 'xmlrpc_call', 'metaWeblog.newMediaObject' );
./wp-includes/class-wp-xmlrpc-server.php:5344: do_action( 'xmlrpc_call_success_mw_newMediaObject', $id, $args );
./wp-includes/class-wp-xmlrpc-server.php:5384: do_action( 'xmlrpc_call', 'mt.getRecentPostTitles' );
./wp-includes/class-wp-xmlrpc-server.php:5437: do_action( 'xmlrpc_call', 'mt.getCategoryList' );
./wp-includes/class-wp-xmlrpc-server.php:5480: do_action( 'xmlrpc_call', 'mt.getPostCategories' );
./wp-includes/class-wp-xmlrpc-server.php:5519: do_action( 'xmlrpc_call', 'mt.setPostCategories' );
./wp-includes/class-wp-xmlrpc-server.php:5548: do_action( 'xmlrpc_call', 'mt.supportedMethods' );
./wp-includes/class-wp-xmlrpc-server.php:5567: do_action( 'xmlrpc_call', 'mt.supportedTextFilters' );
./wp-includes/class-wp-xmlrpc-server.php:5594: do_action( 'xmlrpc_call', 'mt.getTrackbackPings' );
./wp-includes/class-wp-xmlrpc-server.php:5642: do_action( 'xmlrpc_call', 'mt.publishPost' );
./wp-includes/class-wp-xmlrpc-server.php:5679: do_action( 'xmlrpc_call', 'pingback.ping' );
./wp-includes/class-wp-xmlrpc-server.php:5868: do_action( 'pingback_post', $comment_ID );
./wp-includes/class-wp-xmlrpc-server.php:5888: do_action( 'xmlrpc_call', 'pingback.extensions.getPingbacks' );
./wp-includes/comment-template.php:2239: do_action( 'comment_form_before' );
./wp-includes/comment-template.php:2251: do_action( 'comment_form_must_log_in_after' );
./wp-includes/comment-template.php:2261: do_action( 'comment_form_top' );
./wp-includes/comment-template.php:2289: do_action( 'comment_form_logged_in_after', $commenter, $user_identity );
./wp-includes/comment-template.php:2299: do_action( 'comment_form_before_fields' );
./wp-includes/comment-template.php:2318: do_action( 'comment_form_after_fields' );
./wp-includes/comment-template.php:2344: do_action( 'comment_form', $post_id );
./wp-includes/comment-template.php:2355: do_action( 'comment_form_after' );
./wp-includes/comment-template.php:2362: do_action( 'comment_form_comments_closed' );
./wp-includes/comment.php:1130: do_action( 'comment_duplicate_trigger', $commentdata );
./wp-includes/comment.php:1148: do_action(
./wp-includes/comment.php:1247: do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment );
./wp-includes/comment.php:1410: do_action( 'wp_blacklist_check', $author, $email, $url, $comment, $user_ip, $user_agent );
./wp-includes/comment.php:1539: do_action( 'delete_comment', $comment_id );
./wp-includes/comment.php:1563: do_action( 'deleted_comment', $comment_id );
./wp-includes/comment.php:1572: do_action( 'wp_set_comment_status', $comment_id, 'delete' );
./wp-includes/comment.php:1602: do_action( 'trash_comment', $comment_id );
./wp-includes/comment.php:1615: do_action( 'trashed_comment', $comment_id );
./wp-includes/comment.php:1641: do_action( 'untrash_comment', $comment_id );
./wp-includes/comment.php:1657: do_action( 'untrashed_comment', $comment_id );
./wp-includes/comment.php:1683: do_action( 'spam_comment', $comment_id );
./wp-includes/comment.php:1694: do_action( 'spammed_comment', $comment_id );
./wp-includes/comment.php:1720: do_action( 'unspam_comment', $comment_id );
./wp-includes/comment.php:1735: do_action( 'unspammed_comment', $comment_id );
./wp-includes/comment.php:1817: do_action( 'transition_comment_status', $new_status, $old_status, $comment );
./wp-includes/comment.php:1828: do_action( "comment_{$old_status}_to_{$new_status}", $comment );
./wp-includes/comment.php:1844: do_action( "comment_{$new_status}_{$comment->comment_type}", $comment->comment_ID, $comment );
./wp-includes/comment.php:1941: do_action( 'wp_insert_comment', $id, $comment );
./wp-includes/comment.php:2096: do_action( 'comment_post', $comment_ID, $commentdata['comment_approved'] );
./wp-includes/comment.php:2174: do_action( 'wp_set_comment_status', $comment_id, $comment_status );
./wp-includes/comment.php:2252: do_action( 'edit_comment', $comment_ID );
./wp-includes/comment.php:2357: do_action( 'wp_update_comment_count', $post_id, $new, $old );
./wp-includes/comment.php:2359: do_action( 'edit_post', $post_id, $post );
./wp-includes/default-widgets.php:1420: do_action( 'widgets_init' );
./wp-includes/deprecated.php:2289: do_action( 'delete_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
./wp-includes/deprecated.php:2300: do_action( 'deleted_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
./wp-includes/deprecated.php:2395: do_action( 'update_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
./wp-includes/deprecated.php:2408: do_action( 'added_usermeta', $wpdb->insert_id, $user_id, $meta_key, $meta_value );
./wp-includes/deprecated.php:2410: do_action( 'updated_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
./wp-includes/feed-atom-comments.php:12:do_action( 'rss_tag_pre', 'atom-comments' );
./wp-includes/feed-atom-comments.php:20: do_action( 'atom_ns' );
./wp-includes/feed-atom-comments.php:27: do_action( 'atom_comments_ns' );
./wp-includes/feed-atom-comments.php:61: do_action( 'comments_atom_head' );
./wp-includes/feed-atom-comments.php:111: do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID );
./wp-includes/feed-atom.php:14:do_action( 'rss_tag_pre', 'atom' );
./wp-includes/feed-atom.php:27: do_action( 'atom_ns' );
./wp-includes/feed-atom.php:45: do_action( 'atom_head' );
./wp-includes/feed-atom.php:61: do_action( 'atom_author' );
./wp-includes/feed-atom.php:80: do_action( 'atom_entry' );
./wp-includes/feed-rdf.php:14:do_action( 'rss_tag_pre', 'rdf' );
./wp-includes/feed-rdf.php:29: do_action( 'rdf_ns' );
./wp-includes/feed-rdf.php:52: do_action( 'rdf_header' );
./wp-includes/feed-rdf.php:81: do_action( 'rdf_item' );
./wp-includes/feed-rss.php:27: do_action( 'rss_head' );
./wp-includes/feed-rss.php:41: do_action( 'rss_item' );
./wp-includes/feed-rss2-comments.php:13:do_action( 'rss_tag_pre', 'rss2-comments' );
./wp-includes/feed-rss2-comments.php:22: do_action( 'rss2_ns' );
./wp-includes/feed-rss2-comments.php:31: do_action( 'rss2_comments_ns' );
./wp-includes/feed-rss2-comments.php:61: do_action( 'commentsrss2_head' );
./wp-includes/feed-rss2-comments.php:96: do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
./wp-includes/feed-rss2.php:21:do_action( 'rss_tag_pre', 'rss2' );
./wp-includes/feed-rss2.php:36: do_action( 'rss2_ns' );
./wp-includes/feed-rss2.php:79: do_action( 'rss2_head');
./wp-includes/feed-rss2.php:112: do_action( 'rss2_item' );
./wp-includes/functions.php:1149: do_action( $hook, $wp_query->is_comment_feed );
./wp-includes/functions.php:1222: do_action( 'do_robotstxt' );
./wp-includes/functions.php:3366: do_action( 'deprecated_function_run', $function, $replacement, $version );
./wp-includes/functions.php:3422: do_action( 'deprecated_file_included', $file, $replacement, $version, $message );
./wp-includes/functions.php:3483: do_action( 'deprecated_argument_run', $function, $message, $version );
./wp-includes/functions.php:3534: do_action( 'doing_it_wrong_run', $function, $message, $version );
./wp-includes/functions.wp-scripts.php:33: do_action( 'wp_print_scripts' );
./wp-includes/functions.wp-styles.php:34: do_action( 'wp_print_styles' );
./wp-includes/general-template.php:35: do_action( 'get_header', $name );
./wp-includes/general-template.php:75: do_action( 'get_footer', $name );
./wp-includes/general-template.php:115: do_action( 'get_sidebar', $name );
./wp-includes/general-template.php:162: do_action( "get_template_part_{$slug}", $slug, $name );
./wp-includes/general-template.php:205: do_action( 'pre_get_search_form' );
./wp-includes/general-template.php:565: do_action( 'wp_meta' );
./wp-includes/general-template.php:2197: do_action( 'wp_head' );
./wp-includes/general-template.php:2211: do_action( 'wp_footer' );
./wp-includes/l10n.php:464: do_action( 'load_textdomain', $domain, $mofile );
./wp-includes/l10n.php:520: do_action( 'unload_textdomain', $domain );
./wp-includes/load.php:613: do_action( 'shutdown' );
./wp-includes/media-template.php:184: do_action( 'upload_ui_over_quota' ); ?>
./wp-includes/media-template.php:198: do_action( 'pre-upload-ui' );
./wp-includes/media-template.php:200: do_action( 'pre-plupload-upload-ui' );
./wp-includes/media-template.php:204: do_action( 'post-plupload-upload-ui' );
./wp-includes/media-template.php:208: do_action( 'post-plupload-upload-ui' );
./wp-includes/media-template.php:229: do_action( 'post-upload-ui' ); ?>
./wp-includes/media-template.php:1234: do_action( 'print_media_templates' );
./wp-includes/media.php:1374: do_action( 'wp_playlist_scripts', $atts['type'], $atts['style'] );
./wp-includes/media.php:3073: do_action( 'wp_enqueue_media' );
./wp-includes/meta.php:94: do_action( "add_{$meta_type}_meta", $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:122: do_action( "added_{$meta_type}_meta", $mid, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:229: do_action( "update_{$meta_type}_meta", $meta_id, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:244: do_action( 'update_postmeta', $meta_id, $object_id, $meta_key, $meta_value );
./wp-includes/meta.php:268: do_action( "updated_{$meta_type}_meta", $meta_id, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:283: do_action( 'updated_postmeta', $meta_id, $object_id, $meta_key, $meta_value );
./wp-includes/meta.php:382: do_action( "delete_{$meta_type}_meta", $meta_ids, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:393: do_action( 'delete_postmeta', $meta_ids );
./wp-includes/meta.php:424: do_action( "deleted_{$meta_type}_meta", $meta_ids, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:435: do_action( 'deleted_postmeta', $meta_ids );
./wp-includes/meta.php:650: do_action( "update_{$meta_type}_meta", $meta_id, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:654: do_action( 'update_postmeta', $meta_id, $object_id, $meta_key, $meta_value );
./wp-includes/meta.php:666: do_action( "updated_{$meta_type}_meta", $meta_id, $object_id, $meta_key, $_meta_value );
./wp-includes/meta.php:670: do_action( 'updated_postmeta', $meta_id, $object_id, $meta_key, $meta_value );
./wp-includes/meta.php:716: do_action( "delete_{$meta_type}_meta", (array) $meta_id, $object_id, $meta->meta_key, $meta->meta_value );
./wp-includes/meta.php:730: do_action( "delete_{$meta_type}meta", $meta_id );
./wp-includes/meta.php:740: do_action( "deleted_{$meta_type}_meta", (array) $meta_id, $object_id, $meta->meta_key, $meta->meta_value );
./wp-includes/meta.php:754: do_action( "deleted_{$meta_type}meta", $meta_id );
./wp-includes/ms-blogs.php:27: do_action( 'wpmu_blog_updated', $wpdb->blogid );
./wp-includes/ms-blogs.php:267: do_action( 'refresh_blog_details', $blog_id );
./wp-includes/ms-blogs.php:317: do_action( 'make_spam_blog', $blog_id );
./wp-includes/ms-blogs.php:326: do_action( 'make_ham_blog', $blog_id );
./wp-includes/ms-blogs.php:340: do_action( 'mature_blog', $blog_id );
./wp-includes/ms-blogs.php:349: do_action( 'unmature_blog', $blog_id );
./wp-includes/ms-blogs.php:363: do_action( 'archive_blog', $blog_id );
./wp-includes/ms-blogs.php:372: do_action( 'unarchive_blog', $blog_id );
./wp-includes/ms-blogs.php:386: do_action( 'make_delete_blog', $blog_id );
./wp-includes/ms-blogs.php:395: do_action( 'make_undelete_blog', $blog_id );
./wp-includes/ms-blogs.php:600: do_action( 'switch_blog', $new_blog, $new_blog );
./wp-includes/ms-blogs.php:638: do_action( 'switch_blog', $new_blog, $prev_blog_id );
./wp-includes/ms-blogs.php:662: do_action( 'switch_blog', $blog, $blog );
./wp-includes/ms-blogs.php:701: do_action( 'switch_blog', $blog, $prev_blog_id );
./wp-includes/ms-blogs.php:775: do_action( 'make_spam_blog', $blog_id );
./wp-includes/ms-blogs.php:778: do_action( 'make_ham_blog', $blog_id );
./wp-includes/ms-blogs.php:783: do_action( 'mature_blog', $blog_id );
./wp-includes/ms-blogs.php:786: do_action( 'unmature_blog', $blog_id );
./wp-includes/ms-blogs.php:791: do_action( 'archive_blog', $blog_id );
./wp-includes/ms-blogs.php:794: do_action( 'unarchive_blog', $blog_id );
./wp-includes/ms-blogs.php:799: do_action( 'make_delete_blog', $blog_id );
./wp-includes/ms-blogs.php:802: do_action( 'make_undelete_blog', $blog_id );
./wp-includes/ms-blogs.php:813: do_action( 'update_blog_public', $blog_id, $value ); // Moved here from update_blog_public().
./wp-includes/ms-functions.php:201: do_action( 'add_user_to_blog', $user_id, $role, $blog_id );
./wp-includes/ms-functions.php:235: do_action( 'remove_user_from_blog', $user_id, $blog_id );
./wp-includes/ms-functions.php:1018: do_action( 'wpmu_activate_user', $user_id, $password, $meta );
./wp-includes/ms-functions.php:1048: do_action( 'wpmu_activate_blog', $blog_id, $user_id, $password, $signup->title, $meta );
./wp-includes/ms-functions.php:1086: do_action( 'wpmu_new_user', $user_id );
./wp-includes/ms-functions.php:1170: do_action( 'wpmu_new_blog', $blog_id, $user_id, $domain, $path, $site_id, $meta );
./wp-includes/ms-functions.php:1961: do_action( 'added_existing_user', $details['user_id'], $result );
./wp-includes/ms-settings.php:141: do_action( 'ms_site_not_found', $current_site, $domain, $path );
./wp-includes/nav-menu.php:213: do_action( 'wp_delete_nav_menu', $menu->term_id );
./wp-includes/nav-menu.php:269: do_action( 'wp_create_nav_menu', $_menu['term_id'], $menu_data );
./wp-includes/nav-menu.php:292: do_action( 'wp_update_nav_menu', $menu_id, $menu_data );
./wp-includes/nav-menu.php:450: do_action( 'wp_update_nav_menu_item', $menu_id, $menu_item_db_id, $args );
./wp-includes/option.php:285: do_action( 'update_option', $option, $old_value, $value );
./wp-includes/option.php:317: do_action( "update_option_{$option}", $old_value, $value );
./wp-includes/option.php:328: do_action( 'updated_option', $option, $old_value, $value );
./wp-includes/option.php:386: do_action( 'add_option', $option, $value );
./wp-includes/option.php:420: do_action( "add_option_{$option}", $option, $value );
./wp-includes/option.php:430: do_action( 'added_option', $option, $value );
./wp-includes/option.php:463: do_action( 'delete_option', $option );
./wp-includes/option.php:488: do_action( "delete_option_$option", $option );
./wp-includes/option.php:497: do_action( 'deleted_option', $option );
./wp-includes/option.php:522: do_action( 'delete_transient_' . $transient, $transient );
./wp-includes/option.php:543: do_action( 'deleted_transient', $transient );
./wp-includes/option.php:687: do_action( 'set_transient_' . $transient, $value, $expiration );
./wp-includes/option.php:698: do_action( 'setted_transient', $transient, $value, $expiration );
./wp-includes/option.php:1084: do_action( "add_site_option_{$option}", $option, $value );
./wp-includes/option.php:1094: do_action( "add_site_option", $option, $value );
./wp-includes/option.php:1123: do_action( 'pre_delete_site_option_' . $option );
./wp-includes/option.php:1149: do_action( "delete_site_option_{$option}", $option );
./wp-includes/option.php:1158: do_action( "delete_site_option", $option );
./wp-includes/option.php:1237: do_action( "update_site_option_{$option}", $option, $value, $old_value );
./wp-includes/option.php:1248: do_action( "update_site_option", $option, $value, $old_value );
./wp-includes/option.php:1274: do_action( 'delete_site_transient_' . $transient, $transient );
./wp-includes/option.php:1294: do_action( 'deleted_site_transient', $transient );
./wp-includes/option.php:1424: do_action( 'set_site_transient_' . $transient, $value, $expiration );
./wp-includes/option.php:1435: do_action( 'setted_site_transient', $transient, $value, $expiration );
./wp-includes/pluggable.php:41: do_action( 'set_current_user' );
./wp-includes/pluggable.php:574: do_action( 'wp_login_failed', $username );
./wp-includes/pluggable.php:596: do_action( 'wp_logout' );
./wp-includes/pluggable.php:627: do_action( 'auth_cookie_malformed', $cookie, $scheme );
./wp-includes/pluggable.php:651: do_action( 'auth_cookie_expired', $cookie_elements );
./wp-includes/pluggable.php:664: do_action( 'auth_cookie_bad_username', $cookie_elements );
./wp-includes/pluggable.php:684: do_action( 'auth_cookie_bad_hash', $cookie_elements );
./wp-includes/pluggable.php:690: do_action( 'auth_cookie_bad_session_token', $cookie_elements );
./wp-includes/pluggable.php:707: do_action( 'auth_cookie_valid', $cookie_elements, $user );
./wp-includes/pluggable.php:902: do_action( 'set_auth_cookie', $auth_cookie, $expire, $expiration, $user_id, $scheme );
./wp-includes/pluggable.php:916: do_action( 'set_logged_in_cookie', $logged_in_cookie, $expire, $expiration, $user_id, 'logged_in' );
./wp-includes/pluggable.php:938: do_action( 'clear_auth_cookie' );
./wp-includes/pluggable.php:1031: do_action( 'auth_redirect', $user_id );
./wp-includes/pluggable.php:1090: do_action( 'check_admin_referer', $action, $result );
./wp-includes/pluggable.php:1131: do_action( 'check_ajax_referer', $action, $result );
./wp-includes/plugin.php:453:function do_action($tag, $arg = '') {
./wp-includes/plugin.php:527: * @see do_action() This function is identical, but the arguments passed to the
./wp-includes/plugin.php:816: * This function is used internally for apply_filters(), do_action(), and
./wp-includes/post-thumbnail-template.php:111: do_action( 'begin_fetch_post_thumbnail_html', $post_id, $post_thumbnail_id, $size );
./wp-includes/post-thumbnail-template.php:125: do_action( 'end_fetch_post_thumbnail_html', $post_id, $post_thumbnail_id, $size );
./wp-includes/post.php:1463: do_action( 'registered_post_type', $post_type, $args );
./wp-includes/post.php:2587: do_action( 'before_delete_post', $postid );
./wp-includes/post.php:2629: do_action( 'delete_post', $postid );
./wp-includes/post.php:2642: do_action( 'deleted_post', $postid );
./wp-includes/post.php:2662: do_action( 'after_delete_post', $postid );
./wp-includes/post.php:2728: do_action( 'wp_trash_post', $post_id );
./wp-includes/post.php:2745: do_action( 'trashed_post', $post_id );
./wp-includes/post.php:2772: do_action( 'untrash_post', $post_id );
./wp-includes/post.php:2792: do_action( 'untrashed_post', $post_id );
./wp-includes/post.php:2823: do_action( 'trash_post_comments', $post_id );
./wp-includes/post.php:2848: do_action( 'trashed_post_comments', $post_id, $statuses );
./wp-includes/post.php:2882: do_action( 'untrash_post_comments', $post_id );
./wp-includes/post.php:2908: do_action( 'untrashed_post_comments', $post_id );
./wp-includes/post.php:3335: do_action( 'pre_post_update', $post_ID, $data );
./wp-includes/post.php:3436: do_action( 'edit_attachment', $post_ID );
./wp-includes/post.php:3446: do_action( 'add_attachment', $post_ID );
./wp-includes/post.php:3461: do_action( 'edit_post', $post_ID, $post );
./wp-includes/post.php:3473: do_action( 'post_updated', $post_ID, $post_after, $post_before);
./wp-includes/post.php:3488: do_action( "save_post_{$post->post_type}", $post_ID, $post, $update );
./wp-includes/post.php:3499: do_action( 'save_post', $post_ID, $post, $update );
./wp-includes/post.php:3510: do_action( 'wp_insert_post', $post_ID, $post, $update );
./wp-includes/post.php:3602: do_action( 'edit_post', $post->ID, $post );
./wp-includes/post.php:3605: do_action( "save_post_{$post->post_type}", $post->ID, $post, true );
./wp-includes/post.php:3608: do_action( 'save_post', $post->ID, $post, true );
./wp-includes/post.php:3611: do_action( 'wp_insert_post', $post->ID, $post, true );
./wp-includes/post.php:3932: do_action( 'transition_post_status', $new_status, $old_status, $post );
./wp-includes/post.php:3944: do_action( "{$old_status}_to_{$new_status}", $post );
./wp-includes/post.php:3957: do_action( "{$new_status}_{$post->post_type}", $post->ID, $post );
./wp-includes/post.php:4783: do_action( 'delete_attachment', $post_id );
./wp-includes/post.php:4800: do_action( 'delete_post', $post_id );
./wp-includes/post.php:4806: do_action( 'deleted_post', $post_id );
./wp-includes/post.php:5470: do_action( 'clean_post_cache', $post->ID, $post );
./wp-includes/post.php:5482: do_action( 'clean_page_cache', $post->ID );
./wp-includes/post.php:5585: do_action( 'clean_attachment_cache', $id );
./wp-includes/post.php:5621: do_action('private_to_published', $post->ID);
./wp-includes/post.php:5679: do_action( 'xmlrpc_publish_post', $post_id );
./wp-includes/query.php:2033: do_action( 'parse_tax_query', $this );
./wp-includes/query.php:3269: do_action( 'posts_selection', $where . $groupby . $orderby . $limits . $join );
./wp-includes/query.php:3787: do_action( 'comment_loop_start' );
./wp-includes/revision.php:283: do_action( '_wp_put_post_revision', $revision_id );
./wp-includes/revision.php:371: do_action( 'wp_restore_post_revision', $post_id, $revision['ID'] );
./wp-includes/revision.php:403: do_action( 'wp_delete_post_revision', $revision->ID, $revision );
./wp-includes/rewrite.php:2125: do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure );
./wp-includes/rss.php:27:do_action( 'load_feed_engine' );
./wp-includes/script-loader.php:777: do_action( 'wp_print_scripts' );
./wp-includes/script-loader.php:874: do_action( 'wp_print_scripts' );
./wp-includes/script-loader.php:906: do_action( 'wp_print_footer_scripts' );
./wp-includes/script-loader.php:910: * Wrapper for do_action('wp_enqueue_scripts')
./wp-includes/script-loader.php:923: do_action( 'wp_enqueue_scripts' );
./wp-includes/taxonomy.php:430: do_action( 'registered_taxonomy', $taxonomy, $object_type, $args );
./wp-includes/taxonomy.php:2414: do_action( 'pre_delete_term', $term, $taxonomy );
./wp-includes/taxonomy.php:2433: do_action( 'edit_term_taxonomies', $edit_tt_ids );
./wp-includes/taxonomy.php:2447: do_action( 'edited_term_taxonomies', $edit_tt_ids );
./wp-includes/taxonomy.php:2480: do_action( 'delete_term_taxonomy', $tt_id );
./wp-includes/taxonomy.php:2490: do_action( 'deleted_term_taxonomy', $tt_id );
./wp-includes/taxonomy.php:2509: do_action( 'delete_term', $term, $tt_id, $taxonomy, $deleted_term );
./wp-includes/taxonomy.php:2524: do_action( "delete_$taxonomy", $term, $tt_id, $deleted_term );
./wp-includes/taxonomy.php:2857: do_action( 'edit_terms', $term_id, $taxonomy );
./wp-includes/taxonomy.php:2861: do_action( 'edited_terms', $term_id, $taxonomy );
./wp-includes/taxonomy.php:2899: do_action( "create_term", $term_id, $tt_id, $taxonomy );
./wp-includes/taxonomy.php:2912: do_action( "create_$taxonomy", $term_id, $tt_id );
./wp-includes/taxonomy.php:2931: do_action( "created_term", $term_id, $tt_id, $taxonomy );
./wp-includes/taxonomy.php:2942: do_action( "created_$taxonomy", $term_id, $tt_id );
./wp-includes/taxonomy.php:3014: do_action( 'add_term_relationship', $object_id, $tt_id );
./wp-includes/taxonomy.php:3025: do_action( 'added_term_relationship', $object_id, $tt_id );
./wp-includes/taxonomy.php:3074: do_action( 'set_object_terms', $object_id, $terms, $tt_ids, $taxonomy, $append, $old_tt_ids );
./wp-includes/taxonomy.php:3149: do_action( 'delete_term_relationships', $object_id, $tt_ids );
./wp-includes/taxonomy.php:3160: do_action( 'deleted_term_relationships', $object_id, $tt_ids );
./wp-includes/taxonomy.php:3376: do_action( 'edit_terms', $term_id, $taxonomy );
./wp-includes/taxonomy.php:3391: do_action( 'edited_terms', $term_id, $taxonomy );
./wp-includes/taxonomy.php:3401: do_action( 'edit_term_taxonomy', $tt_id, $taxonomy );
./wp-includes/taxonomy.php:3412: do_action( 'edited_term_taxonomy', $tt_id, $taxonomy );
./wp-includes/taxonomy.php:3430: do_action( "edit_term", $term_id, $tt_id, $taxonomy );
./wp-includes/taxonomy.php:3443: do_action( "edit_$taxonomy", $term_id, $tt_id );
./wp-includes/taxonomy.php:3459: do_action( "edited_term", $term_id, $tt_id, $taxonomy );
./wp-includes/taxonomy.php:3472: do_action( "edited_$taxonomy", $term_id, $tt_id );
./wp-includes/taxonomy.php:3615: do_action( 'clean_object_term_cache', $object_ids, $object_type );
./wp-includes/taxonomy.php:3674: do_action( 'clean_term_cache', $ids, $taxonomy );
./wp-includes/taxonomy.php:3972: do_action( 'edit_term_taxonomy', $term, $taxonomy );
./wp-includes/taxonomy.php:3976: do_action( 'edited_term_taxonomy', $term, $taxonomy );
./wp-includes/taxonomy.php:3999: do_action( 'edit_term_taxonomy', $term, $taxonomy );
./wp-includes/taxonomy.php:4003: do_action( 'edited_term_taxonomy', $term, $taxonomy );
./wp-includes/template-loader.php:12: do_action( 'template_redirect' );
./wp-includes/template-loader.php:34: do_action( 'do_robots' );
./wp-includes/theme-compat/comments-popup.php:101: do_action( 'comment_form', $post->ID );
./wp-includes/theme-compat/comments.php:96:do_action( 'comment_form', $post->ID );
./wp-includes/theme.php:824: do_action( 'switch_theme', $new_name, $new_theme );
./wp-includes/theme.php:1905: do_action( 'after_switch_theme', $old_theme->get( 'Name' ), $old_theme );
./wp-includes/theme.php:1908: do_action( 'after_switch_theme', $stylesheet );
./wp-includes/update.php:168: do_action( 'wp_maybe_auto_update' );
./wp-includes/user.php:100: do_action( 'wp_login', $user->user_login, $user );
./wp-includes/user.php:578: do_action( 'pre_get_users', $this );
./wp-includes/user.php:1928: do_action( 'profile_update', $user_id, $old_user_data );
./wp-includes/user.php:1937: do_action( 'user_register', $user_id );
./wp-includes/user.php:2184: do_action( 'password_reset', $user, $new_pass );
./wp-includes/user.php:2243: do_action( 'register_post', $sanitized_user_login, $user_email, $errors );
./wp-includes/widgets.php:830: do_action( 'register_sidebar', $sidebar );
./wp-includes/widgets.php:917: do_action( 'wp_register_sidebar_widget', $widget );
./wp-includes/widgets.php:981: do_action( 'wp_unregister_sidebar_widget', $id );
./wp-includes/widgets.php:1158: do_action( 'dynamic_sidebar_before', $index, false );
./wp-includes/widgets.php:1160: do_action( 'dynamic_sidebar_after', $index, false );
./wp-includes/widgets.php:1177: do_action( 'dynamic_sidebar_before', $index, true );
./wp-includes/widgets.php:1262: do_action( 'dynamic_sidebar', $wp_registered_widgets[ $id ] );
./wp-includes/widgets.php:1282: do_action( 'dynamic_sidebar_after', $index, true );
./wp-includes/widgets.php:1573: do_action( 'the_widget', $widget, $instance, $args );
./wp-links-opml.php:37: do_action( 'opml_head' );
./wp-login.php:89: do_action( 'login_enqueue_scripts' );
./wp-login.php:95: do_action( 'login_head' );
./wp-login.php:237: do_action( 'login_footer' ); ?>
./wp-login.php:293: do_action( 'lostpassword_post' );
./wp-login.php:315: do_action( 'retreive_password', $user_login );
./wp-login.php:324: do_action( 'retrieve_password', $user_login );
./wp-login.php:352: do_action( 'retrieve_password_key', $user_login, $key );
./wp-login.php:446:do_action( 'login_init' );
./wp-login.php:456:do_action( 'login_form_' . $action );
./wp-login.php:526: do_action( 'lost_password' );
./wp-login.php:545: do_action( 'lostpassword_form' ); ?>
./wp-login.php:609: do_action( 'validate_password_reset', $errors, $user );
./wp-login.php:649: do_action( 'resetpass_form', $user );
./wp-login.php:729: do_action( 'register_form' );
./wp-login.php:808: do_action( 'login_footer' ); ?>
./wp-login.php:889: do_action( 'login_form' );
./wp-mail.php:22:do_action( 'wp-mail.php' );
./wp-mail.php:245: do_action( 'publish_phone', $post_ID );
./wp-settings.php:190:do_action( 'muplugins_loaded' );
./wp-settings.php:237:do_action( 'plugins_loaded' );
./wp-settings.php:250:do_action( 'sanitize_comment_cookies' );
./wp-settings.php:300:do_action( 'setup_theme' );
./wp-settings.php:337:do_action( 'after_setup_theme' );
./wp-settings.php:353:do_action( 'init' );
./wp-settings.php:374:do_action( 'wp_loaded' );
./wp-signup.php:26: do_action( 'signup_header' );
./wp-signup.php:76:do_action( 'before_signup_form' );
./wp-signup.php:148: do_action( 'signup_blogform', $errors );
./wp-signup.php:201: do_action( 'signup_extra_fields', $errors );
./wp-signup.php:289: do_action( 'signup_hidden_fields', 'create-another-site' );
./wp-signup.php:384: do_action( 'signup_finished' );
./wp-signup.php:435: do_action( 'signup_hidden_fields', 'validate-user' );
./wp-signup.php:504: do_action( 'signup_finished' );
./wp-signup.php:562: do_action( 'signup_hidden_fields', 'validate-site' );
./wp-signup.php:642: do_action( 'signup_finished' );
./wp-signup.php:700: do_action( 'preprocess_signup_form' );
./wp-signup.php:730:do_action( 'after_signup_form' ); ?>
./wp-trackback.php:125: do_action( 'trackback_post', $trackback_id );
./xmlrpc.php:53: do_action( 'xmlrpc_rsd_apis' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment