apply_filters( 'lifterlms_certificate_content', string $content , int $id , bool|LLMS_User_Certificate $certificate )
Filter the post_content of a certificate or certificate template.
Parameters Parameters
- $content
-
(string) The certificate content.
- $id
-
(int) The ID of the certificate.
- $certificate
-
(bool|LLMS_User_Certificate) Certificate object or
falseif the post couldn't be found.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |