removing unessary write log

This commit is contained in:
Antoine M 2024-01-24 15:34:39 +01:00
parent 0878032f00
commit 849fcdade8

View File

@ -220,11 +220,6 @@ function filter_posts_per_thematique_declare_dropdown()
'taxonomy' => 'thematiques', 'taxonomy' => 'thematiques',
'hide_empty' => true, '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));
?> ?>
<select name="thematiques"> <select name="thematiques">
<option value=""><?php _e('Filtrer par Thématique', 'homegrade-theme__texte-backoffice'); ?></option> <option value=""><?php _e('Filtrer par Thématique', 'homegrade-theme__texte-backoffice'); ?></option>