mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://www.businessbloomer.com/woocommerce-hide-weight-dimensions-additional-information-tab/
1 line
72 B
Text
1 line
72 B
Text
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );
|