Filter hook 'wp_die_handler'

in WP Core File wp-includes/functions.php at line 3784

Description

Filters the callback for killing WordPress execution for all non-Ajax, non-JSON, non-XML requests.

Occurrences

Filename Line Number
wp-includes/functions.php 3784

Parameters

Type Name Description
callable $callback Callback function name.

PHP Doc

/**
		 * Filters the callback for killing WordPress execution for all non-Ajax, non-JSON, non-XML requests.
		 *
		 * @since 3.0.0
		 *
		 * @param callable $callback Callback function name.
		 */