Warning: This method has been deprecated.

WC_Tax::get_shop_base_rate( string $tax_class = '' )

Alias for get_base_tax_rates().


Description Description


Parameters Parameters

$tax_class

(Optional) Tax Class.

Default value: ''


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-tax.php

	public static function get_shop_base_rate( $tax_class = '' ) {
		return self::get_base_tax_rates( $tax_class );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.