$report_group ) {
echo '' . esc_html( $report_group[ 'title' ] ) . '';
}
?>
1 ) {
?>
' . esc_html( $report['title'] ) . '';
}
else {
echo '' . esc_html( $report['title'] ) . '
';
}
if ( $report['description'] )
echo '' . $report['description'] . '
';
if ( $report['callback'] && ( is_callable( $report['callback'] ) ) )
call_user_func( $report['callback'], $current_report );
}
?>