apply_filters( "woocommerce_analytics_{$field}", array $ids , array $query_args , string $field , string $context )
Filter the IDs before retrieving report data.
Description Description
Allows filtering of the objects included or excluded from reports.
Parameters Parameters
- $ids
-
List of object Ids.
- $query_args
-
The original arguments for the request.
- $field
-
The object type.
- $context
-
The data store context.
Source Source
File: packages/woocommerce-admin/src/API/Reports/DataStore.php