Skip to content

Instantly share code, notes, and snippets.

@akther80
Created March 1, 2019 15:01
Show Gist options
  • Save akther80/052a2b2d0df8125010a1ed9b8082d303 to your computer and use it in GitHub Desktop.
Save akther80/052a2b2d0df8125010a1ed9b8082d303 to your computer and use it in GitHub Desktop.
Electro v2 - Remove loop title
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