This commit is contained in:
Mateus Machado Luna 2018-10-26 11:41:24 -03:00
parent 43fd085308
commit 7c204b5b6c
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ class Bulk_Edit {
'posts_per_page' => 1,
'paged' => $index,
'orderby' => $options['orderby'],
'order' => $options['order']
'order' => $options['order'],
'post_status' => 'any'
];
$object = new \WP_Query($query);