removing unessary write log
This commit is contained in:
parent
0878032f00
commit
849fcdade8
|
|
@ -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));
|
||||
?>
|
||||
<select name="thematiques">
|
||||
<option value=""><?php _e('Filtrer par Thématique', 'homegrade-theme__texte-backoffice'); ?></option>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user