Page not found

The link you followed may be broken, or the page may have been removed.

function custom_remove_all_quantity_fields( $return, $product ) {return true;} add_filter( 'woocommerce_is_sold_individually','custom_remove_all_quantity_fields', 10, 2 );