woocommerce_analytics_clauses_{$type}_{$this->context}

woocommerce_analytics_clauses_{$type}_{$this->context}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_analytics_clauses_{$type}_{$this->context}') is found 1 times:

  • /src/Admin/API/Reports/SqlQuery.php line 121
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
         * Filter SQL clauses by type and context.
         *
         * @param array  $clauses The original arguments for the request.
         */
        $clauses = apply_filters( "woocommerce_analytics_clauses_{$type}_{$this->context}", $clauses );
        return implode( ' ', $clauses );
    }
     
    /**
     * Clear SQL clauses by type.
     *