Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save junenacpil29/dc288dcde81752bb2167eff0480ae2dd to your computer and use it in GitHub Desktop.
Save junenacpil29/dc288dcde81752bb2167eff0480ae2dd to your computer and use it in GitHub Desktop.
add_filter( 'wcv_product_max_charge', function( $field ) {
$field['type'] = 'hidden';
$field['description'] = '';
return $field;
});
add_filter( 'wcv_product_free_shipping_product', function( $field ) {
$field['type'] = 'hidden';
$field['description'] = ''; return $field;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment