LLMS_Certificates

Main LifterLMS Certificates “factory”


Description Description

Handles certificate generation and exports.

See also See also


Top ↑

Source Source

File: includes/class.llms.certificates.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.1 When generating the certificate the to export, if $this->scrape_certificate() generates a WP_Error early return it to avoid fatals.
4.21.0 Added new class properties: $export_local_hosts, $export_blocked_stylesheet_hosts, and $export_blocked_image_hosts.
3.38.1 Use LLMS_Mime_Type_Extractor::from_file_path() when retrieving the certificate's imgs mime types during html export.
3.37.3 Refactored get_export_html() method. Added an action llms_certificate_generate_export to allow modification of certificate exports before being stored on the server.
3.30.3 Explicitly define class properties.
1.0.0 Introduced.

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.