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.


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.