Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 14, 2025 08:09
Show Gist options
  • Select an option

  • Save plugin-republic/1e523121af77ae6ceed470e7ac584443 to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/1e523121af77ae6ceed470e7ac584443 to your computer and use it in GitHub Desktop.
<?php
/**
* Allow independent child product quantities to be edited in cart
*/
remove_filter( 'pewc_filter_quantity_field', 'pewc_force_quantity_field', 10, 6 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment