From 849fcdade8baa994f622447a5db721d0aa1fad3f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jan 2024 15:34:39 +0100 Subject: [PATCH] removing unessary write log --- includes/admin.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/admin.php b/includes/admin.php index 1fa7f11..085fd6e 100644 --- a/includes/admin.php +++ b/includes/admin.php @@ -220,11 +220,6 @@ function filter_posts_per_thematique_declare_dropdown() 'taxonomy' => 'thematiques', 'hide_empty' => true, ]); - write_log($all_thematiques); - - - $all_oj_ids = get_posts(array('post_type' => 'oj', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC', 'fields' => 'ids')); - $thematiques = get_terms(array('taxonomy' => 'thematiques', 'hide_empty' => true)); ?>