woocommerce_analytics_{$this->context}_query_args

woocommerce_analytics_{$this->context}_query_args

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_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