learndash-certificate-wrapper-after do_action( 'learndash-certificate-wrapper-after' ) Fires after the certificate link wrapper. ContentsDescription Source Examples Description # Source # File: themes/ld30/templates/modules/certificate-link.php Examples # <?php /** * Example usage for learndash-certificate-wrapper-after action. */ add_action( 'learndash-certificate-wrapper-after', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard