learndash_report_page_buttons do_action( 'learndash_report_page_buttons' ) Fires after report page buttons. ContentsDescription Source Examples Changelog Related @package Used By Description # Source # File: includes/admin/ld-admin.php Examples # <?php /** * Example usage for learndash_report_page_buttons action. */ add_action( 'learndash_report_page_buttons', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Changelog # Changelog Version Description 2.1.0 Introduced. Related # @package # LearnDash Used By # Used By Used By Description includes/admin/ld-admin.php: learndash_lms_reports_page () Outputs the Reports Page.
Used By # Used By Used By Description includes/admin/ld-admin.php: learndash_lms_reports_page () Outputs the Reports Page.