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 false if the post couldn't be found.


Top ↑

Source Source

File: includes/functions/llms.functions.certificate.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.