1 ) { ?>
' . $report['title'] . ''; if ( $report['description'] ) echo '

' . $report['description'] . '

'; if ( $report['callback'] && ( is_callable( $report['callback'] ) ) ) call_user_func( $report['callback'], $current_report ); } ?>