apply_filters( 'llms_get_certificate_export_html_url', string $url, int $certificate_id )

Modify the URL used to scrape the HTML of a certificate in preparation for a certificate export.


Parameters Parameters

$url

(string) Certificate permalink with a one-time use authorization token appended as a query string variable.

$certificate_id

(int) WP_Post ID of the earned certificate (an "llms_my_certificate" post).


Top ↑

Source Source

File: includes/class.llms.certificates.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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