woocommerce_reports_taxes_rate

woocommerce_reports_taxes_rate

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_reports_taxes_rate') is found 1 times:

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

    $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 ?>