Skip to content

Commit

Permalink
Reinstate suppress filter.
Browse files Browse the repository at this point in the history
Was a mistake
  • Loading branch information
ramonjd committed Jun 23, 2023
1 parent 41a765e commit 1ec3540
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public function get_items( $request ) {
'posts_per_page' => -1,
'orderby' => 'date ID',
'order' => 'DESC',
'suppress_filters' => true,
);

$parameter_mappings = array(
Expand Down

0 comments on commit 1ec3540

Please sign in to comment.