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