woocommerce_analytics_{$this->context}_query_args
woocommerce_analytics_{$this->context}_query_args
Appears in: woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.5.1apply_filters('woocommerce_analytics_{$this->context}_query_args') is found 1 times:
- /src/Admin/API/Reports/FilteredGetDataTrait.php line 47
* * @since 9.3.0 * @param array $query_args Query parameters. */ $args = apply_filters( "woocommerce_analytics_{$this->context}_query_args", $query_args ); $results = parent::get_data( $args ); /** * Called after the data is fetched. * The results can be modified here. * * @since 9.3.0