FIX Commenting write logs
This commit is contained in:
parent
5688289572
commit
309f0d81ee
|
|
@ -179,8 +179,8 @@ function build_revues($request)
|
|||
|
||||
// si non on fait rien
|
||||
// si oui on ajoute la revue au tableau
|
||||
write_log("################TEST ETIQUES: ");
|
||||
write_log($etiquette);
|
||||
// write_log("################TEST ETIQUES: ");
|
||||
// write_log($etiquette);
|
||||
|
||||
|
||||
// Filtre par étiquette (taxonomie)
|
||||
|
|
@ -212,8 +212,8 @@ function build_revues($request)
|
|||
|
||||
$revues = new WP_Query($args);
|
||||
|
||||
write_log("################TEST ARTICLES: ");
|
||||
write_log($revues->posts);
|
||||
// write_log("################TEST ARTICLES: ");
|
||||
// write_log($revues->posts);
|
||||
|
||||
ob_start();
|
||||
if ($revues->have_posts()) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user