apply_filters( 'wp_die_handler', callable $function )

Filters the callback for killing ClassicPress execution for all non-Ajax, non-XML-RPC requests.


Parameters

$function

(callable) Callback function name.


Source

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.