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 );
}
}
?>