Created
April 20, 2019 07:57
-
-
Save plugin-republic/45f5161473bbfe81bd74d2f84f6d1c30 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 zero cost bookings | |
add_filter( 'bfwc_allow_zero_cost_bookings', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment