Skip to content

Instantly share code, notes, and snippets.

@akther80
Forked from ibndawood/functions.php
Created November 16, 2017 08:34
Show Gist options
  • Save akther80/8adf0dccb565facb1792d708e59e4478 to your computer and use it in GitHub Desktop.
Save akther80/8adf0dccb565facb1792d708e59e4478 to your computer and use it in GitHub Desktop.
Electro - Remove availability in single product page
add_action( 'init', 'ec_child_remove_availability', 20 );
function ec_child_remove_availability() {
remove_action( 'woocommerce_single_product_summary', 'electro_template_loop_availability', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment