Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-admin/includes/ajax-actions.php

WP version: 3.6

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

Hook Type New? File
1 autocomplete_users_for_site_admins filter no wp-admin/includes/ajax-actions.php
2 wp_edit_nav_menu_walker filter no wp-admin/includes/ajax-actions.php
3 nav_menu_meta_box_object filter no wp-admin/includes/ajax-actions.php
4 wp_check_post_lock_window filter no wp-admin/includes/ajax-actions.php
5 attachment_fields_to_save filter no wp-admin/includes/ajax-actions.php
6 media_send_to_editor filter no wp-admin/includes/ajax-actions.php
7 {$type}_send_to_editor_url note filter no wp-admin/includes/ajax-actions.php
8 load-widgets-php action no wp-admin/includes/ajax-actions.php
9 widgets-php action no wp-admin/includes/ajax-actions.php
10 sidebar_admin_setup action no wp-admin/includes/ajax-actions.php
11 heartbeat_nopriv_received filter YES wp-admin/includes/ajax-actions.php
12 heartbeat_nopriv_send filter YES wp-admin/includes/ajax-actions.php
13 heartbeat_received filter YES wp-admin/includes/ajax-actions.php
14 heartbeat_send filter YES wp-admin/includes/ajax-actions.php
15 heartbeat_nopriv_tick action YES wp-admin/includes/ajax-actions.php
16 heartbeat_tick action YES wp-admin/includes/ajax-actions.php

Important warning about variable hooks

Some hooks have variables in their names. For example, pre_${taxonomy}_$field and admin_head- both have variable names. In general, any hook that ends (or begins) with - or _, or contains a $, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.