Skip to content

Instantly share code, notes, and snippets.

@MarkKevin08
Created November 28, 2019 23:20
Show Gist options
  • Save MarkKevin08/2d113f31a8d4b9453e0eb8d7f5ebc888 to your computer and use it in GitHub Desktop.
Save MarkKevin08/2d113f31a8d4b9453e0eb8d7f5ebc888 to your computer and use it in GitHub Desktop.
"Sold Individual" default
function default_no_quantities( $individually, $product ){
$individually = true;
return $individually;
}
add_filter( 'woocommerce_is_sold_individually', 'default_no_quantities', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment