Browse: Home / Constants /

LEARNDASH_TCPDF_LEGACY_LD322

define( 'LEARNDASH_TCPDF_LEGACY_LD322',  bool $use_LD322_define )

Define LearnDash LMS – Set to enable legacy TCPDF processing logic.


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 #

File: includes/ld-convert-post-pdf.php


Changelog #

Changelog
Version Description
3.2.2 Introduced.