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.