Created
          February 6, 2017 10:48 
        
      - 
      
- 
        Save rynaldos-zz/9e7f5c86453e09c2c24589580e75a575 to your computer and use it in GitHub Desktop. 
    [WooCommerce] Hide weight / dimensions in single product's additional information tab
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | add_filter( 'wc_product_enable_dimensions_display', '__return_false' ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
If only weight
add_filter( 'woocommerce_product_get_weight' , '__return_false' );