llms_the_certificate_preview( LLMS_User_Certificate $certificate )
Output the content of a single certificate
Parameters Parameters
- $certificate
-
(LLMS_User_Certificate) (Required) Instance of an LLMS_User_Certificate.
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.certificates.php
function llms_the_certificate_preview( $certificate ) { echo llms_get_certificate_preview( $certificate ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |