add new concurs

This commit is contained in:
2022-04-06 00:10:37 +03:00
parent 1c53718658
commit 25df0b2c10
9 changed files with 295 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ $posts = get_posts( array(
),
),
'post_type' => 'post',
//'post_status' => 'publish',
'post_status' => 'publish',
'suppress_filters' => true, // подавление работы фильтров изменения SQL запроса
) );