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.8.7.0

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

  • /src/Admin/API/Reports/SqlQuery.php line 121
    		 * 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.
    	 *