Welcome, visitor! Log in
 

WordPress hook directory
check_ajax_referer

Description

Runs in the default check_ajax_referer function (which is called when an AJAX request goes to the wp-admin/admin-ajax.php script) after the user's login and password have been successfully validated from cookies, to allow a plugin to force WordPress to die for extra security reasons. Note that check_ajax_referer is also a "pluggable" function, meaning that plugins can override it; see Plugin API).

This description was scraped automatically from the WordPress filter reference or action reference. If it looks like this is the wrong description, please tell me so I can fix my code.

WordPress version history for check_ajax_referer

This database has information for all major versions from WP 1.2.1 through 3.5.

Version File Line Type
2.1 wp-includes/pluggable.php 249 View hook in source action
2.2 wp-includes/pluggable.php 303 View hook in source action
2.3 wp-includes/pluggable.php 368 View hook in source action
2.5 wp-includes/pluggable.php 655 View hook in source action
2.6 wp-includes/pluggable.php 736 View hook in source action
2.7 wp-includes/pluggable.php 816 View hook in source action
2.8 wp-includes/pluggable.php 831 View hook in source action
2.9 wp-includes/pluggable.php 834 View hook in source action
3.0 wp-includes/pluggable.php 856 View hook in source action
3.1 wp-includes/pluggable.php 866 View hook in source action
3.2 wp-includes/pluggable.php 903 View hook in source action
3.3 wp-includes/pluggable.php 835 View hook in source action
3.4 wp-includes/pluggable.php 850 View hook in source action
3.5 wp-includes/pluggable.php 845 View hook in source action

Related Hooks

We find related hooks using word stems. check_ajax_referer has 3 significant word stem(s): check, ajax, referer. Note that some of the hooks below may not appear in all versions of WP.