Created
          March 1, 2019 15:01 
        
      - 
      
- 
        Save akther80/052a2b2d0df8125010a1ed9b8082d303 to your computer and use it in GitHub Desktop. 
    Electro v2 - Remove loop title
  
        
  
    
      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_action( 'init', 'ec_child_remove_loop_title', 10 ); | |
| function ec_child_remove_loop_title() { | |
| remove_action( 'woocommerce_before_shop_loop', 'electro_wc_loop_title', 10 ); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment