X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/woocommerce/src/Enums
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
woocommerce
/
src
/
Enums
/
📁
..
📄
CatalogVisibility.php
(616 B)
📄
FeaturePluginCompatibility.php
(796 B)
📄
OrderInternalStatus.php
(947 B)
📄
OrderStatus.php
(1.98 KB)
📄
PaymentGatewayFeature.php
(2.93 KB)
📄
ProductStatus.php
(881 B)
📄
ProductStockStatus.php
(583 B)
📄
ProductTaxStatus.php
(533 B)
📄
ProductType.php
(633 B)
Editing: ProductTaxStatus.php
<?php declare( strict_types = 1 ); namespace Automattic\WooCommerce\Enums; /** * Enum class for all the product tax statuses. */ class ProductTaxStatus { /** * Tax status for products that are taxable. * * @var string */ public const TAXABLE = 'taxable'; /** * Indicates that only the shipping cost should be taxed, not the product itself. * * @var string */ public const SHIPPING = 'shipping'; /** * Tax status for products that are not taxable. * * @var string */ public const NONE = 'none'; }
Upload File
Create Folder