WeightUnit
in package
Enum class for the possible values of the `woocommerce_weight_unit` option, which determines the weight unit used throughout the store.
Tags
Table of Contents
- GRAM = 'g'
- Gram.
- KILOGRAM = 'kg'
- Kilogram.
- OUNCE = 'oz'
- Ounce.
- POUND = 'lbs'
- Pound.
- get_all() : array<string|int, string>
- Returns all weight unit values defined in this class.
Constants
GRAM
Gram.
public
string
GRAM
= 'g'
KILOGRAM
Kilogram.
public
string
KILOGRAM
= 'kg'
OUNCE
Ounce.
public
string
OUNCE
= 'oz'
POUND
Pound.
public
string
POUND
= 'lbs'
Methods
get_all()
Returns all weight unit values defined in this class.
public
static get_all() : array<string|int, string>
