do_action( 'learndash-certificate-after' )
Fires after the certificate link.
Description #
Source #
Examples #
Note: Extended code example below not guaranteed, you may need to consult with a developer
<?php
/**
* Example usage for learndash-certificate-after action.
*/
add_action(
'learndash-certificate-after',
function() {
// Add your custom code here
}
);
Changelog #
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |