llms_get_certificate_image( int $id )
Retrieve an array of image data for a certificate background image
Description Description
If no image found, will default to the LifterLMS placeholder (which can be filtered for a custom placeholder).
Parameters Parameters
- $id
-
(Optional) WP Certificate Post ID. Default is 0. When not provide the current post id will be used.
Return Return
(array) Associative array of certificate image details
Source Source
File: includes/functions/llms.functions.certificate.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |