WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_die_ajax_handler

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 3661 /**
* Filters the callback for killing WordPress execution for Ajax requests.
*
* @since 3.4.0
*
* @param callable $callback Callback function name.
*/

Hook Parameters

Parameter Type Name Description
callable $callback Callback function name.