You appear to be a bot. Output may be restricted
Description
Usage
_wp_die_handler( $message, $title, $args );
Parameters
- $message
- ( mixed ) required –
- $title
- ( mixed ) optional –
- $args
- ( mixed ) optional –
Returns
voidSource
File name: oik-batch/tests/functions.phpLines:
1 to 7 of 7
function _wp_die_handler( $message, $title = '', $args = array() ) { if ( !$GLOBALS['_wp_die_disabled'] ) { _wp_die_handler_txt( $message, $title, $args); } else { //Ignore at our peril } }View on GitHub