Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_remove_all_quantity_fields( $return, $product ) {return true;}
- add_filter( 'woocommerce_is_sold_individually','custom_remove_all_quantity_fields', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement