Created
October 30, 2025 16:03
-
-
Save plugin-republic/74b0e50bb3a2b5e4db02ae40fcf310db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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