Browse: Home / Hooks /

learndash-certificate-wrapper-after

do_action( 'learndash-certificate-wrapper-after' )

Fires after the certificate link wrapper.


Description #


Source #

File: themes/ld30/templates/modules/certificate-link.php


Examples #

Note: Extended code example below not guaranteed, you may need to consult with a developer

 <?php
/**
 * Example usage for learndash-certificate-wrapper-after action.
 */
add_action(
	'learndash-certificate-wrapper-after',
	function() {

		// Add your custom code here
	}
);
 

Changelog #

Changelog
Version Description
3.0.0 Introduced.