apply_filters( 'lifterlms_certificate_background_image_src', string $src , int $certificate_id )
Filters the image source of the certificate background image.
Parameters Parameters
- $src
-
(string) The image source url.
- $certificate_id
-
(int) WP_Post ID of the awarded certificate.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |