fix items->fetch_ids()
This commit is contained in:
parent
cb143cbd65
commit
125aee6c00
|
@ -274,7 +274,7 @@ class Items extends Repository {
|
|||
*/
|
||||
public function fetch_ids( $args = [], $collections = [] ) {
|
||||
|
||||
$args['metadata'] = 'ids';
|
||||
$args['fields'] = 'ids';
|
||||
|
||||
return $this->fetch( $args, $collections )->get_posts();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue