woocommerce_reports_taxes_rate, $rate, $rate_id, $tax_row

woocommerce_reports_taxes_rate, $rate, $rate_id, $tax_row

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_reports_taxes_rate, $rate, $rate_id, $tax_row') is found 1 times:

  • /includes/admin/reports/class-wc-report-taxes-by-code.php line 214

    $rate = $wpdb->get_var( $wpdb->prepare( “SELECT tax_rate FROM {$wpdb->prefix}woocommerce_tax_rates WHERE tax_rate_id = %d;”, $rate_id ) );
    ?>

    tax_rate, $rate_id, $tax_row ) ); ?> % total_orders ); ?> tax_amount ); // phpcs:ignore ?> shipping_tax_amount ); // phpcs:ignore ?> tax_amount + $tax_row->shipping_tax_amount ); // phpcs:ignore ?>