woocommerce_analytics_delete_tax

woocommerce_analytics_delete_tax

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_analytics_delete_tax') is found 1 times:

  • /src/Admin/API/Reports/Taxes/DataStore.php line 333
    		 *
    		 * @param int $tax_rate_id Tax Rate ID.
    		 * @param int $order_id    Order ID.
    		 */
    		do_action( 'woocommerce_analytics_delete_tax', 0, $order_id );
    
    		ReportsCache::invalidate();
    	}
    
    	/**
    	 * Initialize query objects.