define( 'LEARNDASH_TCPDF_LEGACY_LD322', bool $use_LD322_define )
Define LearnDash LMS – Set to enable legacy TCPDF processing logic.
Contents
Description #
LD 3.2.0 includes an upgrade of the TCPDF library for generating PDF Certificates. The newer TCPDF library includes some improvements which cause the rendering to not match the prior version of the library. This define if set to true
will enable legacy logic in the new library.
Parameters #
- $use_LD322_define
-
(bool) (Required) true When enabling legacy logic.
Source #
Changelog #
Version | Description |
---|---|
3.2.2 | Introduced. |