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