Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Controller_Certificates::download( $cert_id )
Download a Certificate.
Description Description
Generates an HTML export of the certificate from the "Download" button on the View Certificate front end & on reporting backend for admins.
Return Return
(void)
Source Source
File: includes/controllers/class.llms.controller.certificates.php
Changelog Changelog
Version | Description |
---|---|
4.3.1 | Properly use an error notice to display a WP_Error. |
3.18.0 | Introduced. |