Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created April 20, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/45f5161473bbfe81bd74d2f84f6d1c30 to your computer and use it in GitHub Desktop.
Save plugin-republic/45f5161473bbfe81bd74d2f84f6d1c30 to your computer and use it in GitHub Desktop.
<?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