wc_product_weight_enabled()
Returns whether or not product weights are enabled.
Хуки из функции
Возвращает
true|false
.
Использование
wc_product_weight_enabled();
Код wc_product_weight_enabled() wc product weight enabled WC 9.9.3
function wc_product_weight_enabled() { return apply_filters( 'wc_product_weight_enabled', true ); }