woocommerce_analytics_clauses_{$type}

woocommerce_analytics_clauses_{$type}

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_analytics_clauses_{$type}') is found 1 times:

  • /src/Admin/API/Reports/SqlQuery.php line 115
    		 *
    		 * @param array  $clauses The original arguments for the request.
    		 * @param string $context The data store context.
    		 */
    		$clauses = apply_filters( "woocommerce_analytics_clauses_{$type}", $clauses, $this->context );
    		/**
    		 * 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 );