Skip to content

Instantly share code, notes, and snippets.

@akther80
Created November 21, 2017 06:06
Show Gist options
  • Save akther80/6feebe1869770ecb0eb3a65aa633c3ae to your computer and use it in GitHub Desktop.
Save akther80/6feebe1869770ecb0eb3a65aa633c3ae to your computer and use it in GitHub Desktop.
Electro - Remove loop action buttons in single product page
add_action( 'init', 'ec_child_remove_loop_action_buttons', 20 );
function ec_child_remove_loop_action_buttons() {
remove_action( 'woocommerce_single_product_summary', 'electro_loop_action_buttons', 15 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment