/**
 * Returns the main instance of WP_Email_Delivery to prevent the need to use globals.
 *
 * @since  1.0.0
 * @return object WP_Email_Delivery
 */
function WPED()
{
    return WP_Email_Delivery::instance(__FILE__, '1.0.8');
}