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)


Top ↑

Source Source

File: includes/error-tracking.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.