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 '
'; ?>