do_action_ref_array( 'llms_certificate_generate_export', string $filepath, string $html, int $certificate_id )

Run actions prior to certificate export generation.


Parameters Parameters

$filepath

(string) Full path where the created file will be stored. Passed as a reference.

$html

(string) Certificate HTML. Passed as a reference.

$certificate_id

(int) WP_Post ID of the earned certificate.


Top ↑

Source Source

File: includes/class.llms.certificates.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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