Remove variation attribute drop downs in WooCommerce
I am trying to remove the variations dropdown from a single product page, I have successfully removed the summary using... remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 20 ); But I have been unable to find a similar snippet to remove the dropdown. anyone have an example I can see? To remove the product excerpt you should normally use woocommerce_template_single_excerpt (with a priority of 20 ) like: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); To remove (for variable products) the attribute