is_wc_admin_active() ) { ?>
WooCommerce Analytics or learn more about the new experience in the WooCommerce Analytics documentation.', 'woocommerce' ), esc_url( wc_admin_url( '&path=/analytics/overview' ) ) ) );
?>
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 );
}
}
?>