From 1b2208bcd4e8c4692cef26cd55456143a269e96f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 10 Jun 2024 09:34:07 +0200 Subject: [PATCH] commenting rating display --- template-parts/statistics/dashboard.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/template-parts/statistics/dashboard.php b/template-parts/statistics/dashboard.php index 3112217..942546e 100644 --- a/template-parts/statistics/dashboard.php +++ b/template-parts/statistics/dashboard.php @@ -114,6 +114,8 @@ $level_post_ids = $wpdb->get_col(" + + get_results(" @@ -122,9 +124,9 @@ $level_post_ids = $wpdb->get_col(" GROUP BY rating "); - echo '
';
-	print_r($ratings);
-	echo '
'; + // echo '
';
+	// print_r($ratings);
+	// echo '
'; ?>