You appear to be a bot. Output may be restricted
Description
Enables the WP die handler.
Usage
_enable_wp_die();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/functions.php
Lines:
1 to 3 of 3
function _enable_wp_die() { $GLOBALS['_wp_die_disabled'] = false; }