edd_die( $message = '', $title = '', $status = 400 )
Wrapper function for wp_die(). This function adds filters for wp_die() which kills execution of the script using wp_die(). This allows us to then to work with functions using edd_die() in the unit tests.
Description Description
Return Return
(void)
Source Source
File: includes/error-tracking.php
Changelog Changelog
Version | Description |
---|---|
1.6 | Introduced. |