mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://stackoverflow.com/questions/64229882/remove-weight-from-admin-product-settings-and-single-product-page-in-woocommer
1 line
66 B
Text
1 line
66 B
Text
add_filter( 'woocommerce_product_get_weight' , '__return_false' )
|