DataStore::get_filtered_ids( array $query_args, string $field, string $separator = ',' )

Returns filtered comma separated ids, based on query arguments from the user.


Description Description


Parameters Parameters

$query_args

(Required) Parameters supplied by the user.

$field

(Required) Query field to filter.

$separator

(Optional) Field separator.

Default value: ','


Top ↑

Return Return

(string)


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.