Browse: Home / Hooks /

learndash_report_page_buttons

do_action( 'learndash_report_page_buttons' )

Fires after report page buttons.


Description #


Source #

File: includes/admin/ld-admin.php


Examples #

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

 <?php
/**
 * Example usage for learndash_report_page_buttons action.
 */
add_action(
	'learndash_report_page_buttons',
	function() {

		// Add your custom code here
	}
);
 

Changelog #

Changelog
Version Description
2.1.0 Introduced.