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.


Top ↑

Parameters Parameters

$safelist

(string[]) Array of print stylesheet handles.


Top ↑

Source Source

File: includes/functions/llms.functions.templates.certificates.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.