This hook has been deprecated.
do_action_deprecated( 'learndash_report_page_buttons' )
Fires after report page buttons.
Description #
Source #
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 #
| Version | Description |
|---|---|
| 5.0.0 | This hook has been deprecated. |
| 2.1.0 | Introduced. This hook has been deprecated. |