apply_filters( 'llms_get_certificate_export_html', string $html , int $certificate_id )
Modify the HTML of a certificate export.
Description Description
Parameters Parameters
- $html
-
HTML to be exported.
- $certificate_id
-
WP_Post ID of the earned certificate.
Source Source
File: includes/class.llms.certificates.php
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |