Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created October 30, 2025 16:03
Show Gist options
  • Select an option

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

Select an option

Save plugin-republic/74b0e50bb3a2b5e4db02ae40fcf310db to your computer and use it in GitHub Desktop.
<?php
/**
* Allow 0 value in 'Number' fields
*/
add_filter( 'pewc_allow_empty_field_values', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment