commenting rating display

This commit is contained in:
Antoine M 2024-06-10 09:34:07 +02:00
parent 0919151813
commit 1b2208bcd4

View File

@ -114,6 +114,8 @@ $level_post_ids = $wpdb->get_col("
<?php endforeach; ?>
<?php
$ratings_table_name = "wp_app_ratings";
$ratings = $wpdb->get_results("
@ -122,9 +124,9 @@ $level_post_ids = $wpdb->get_col("
GROUP BY rating
");
echo '<pre>';
print_r($ratings);
echo '</pre>';
// echo '<pre>';
// print_r($ratings);
// echo '</pre>';
?>
<section class="ratings">