apply_filters( 'llms_certificate_print_styles_safelist', string[] $safelist )
A list of registered print stylesheet handles which should be allowed for certificate and certificate templates.
Description Description
By default, any enqueued print stylesheets are automatically dequeued to prevent visual issues encountered when printing certificates.
Any stylesheets added to this safelist will not be removed from certificates.
Parameters Parameters
- $safelist
-
(string[]) Array of print stylesheet handles.
Source Source
File: includes/functions/llms.functions.templates.certificates.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |