Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

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

WP version: 3.7

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 ajax_query_attachments_args filter YES wp-admin/includes/ajax-actions.php
2 attachment_fields_to_save filter no wp-admin/includes/ajax-actions.php
3 autocomplete_users_for_site_admins filter no wp-admin/includes/ajax-actions.php
4 heartbeat_nopriv_received filter no wp-admin/includes/ajax-actions.php
5 heartbeat_nopriv_send filter no wp-admin/includes/ajax-actions.php
6 heartbeat_nopriv_tick action no wp-admin/includes/ajax-actions.php
7 heartbeat_received filter no wp-admin/includes/ajax-actions.php
8 heartbeat_send filter no wp-admin/includes/ajax-actions.php
9 heartbeat_tick action no wp-admin/includes/ajax-actions.php
10 load-widgets-php action no wp-admin/includes/ajax-actions.php
11 media_send_to_editor filter no wp-admin/includes/ajax-actions.php
12 nav_menu_meta_box_object filter no wp-admin/includes/ajax-actions.php
13 sidebar_admin_setup action no wp-admin/includes/ajax-actions.php
14 widgets-php action no wp-admin/includes/ajax-actions.php
15 wp_check_post_lock_window filter no wp-admin/includes/ajax-actions.php
16 wp_edit_nav_menu_walker filter no wp-admin/includes/ajax-actions.php
17 {$type}_send_to_editor_url note filter no 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.