Skip to content

Commit

Permalink
Remove post parent key from wp_query
Browse files Browse the repository at this point in the history
  • Loading branch information
Memo committed Feb 26, 2024
1 parent c1be1fd commit 511421f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,6 @@ public function get_images_by_asc_id( $per_process_limit ) {
'post_type' => 'attachment',
'post_mime_type' => 'image',
'post_status' => 'inherit',
'post_parent' => null,
'fields' => 'ids',
'orderby' => 'ID',
'order' => 'ASC',
Expand Down

0 comments on commit 511421f

Please sign in to comment.