Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Last active April 6, 2018 02:08
Show Gist options
  • Save albionselimaj/7b5918eb63a75cc90bb0d26b95525f85 to your computer and use it in GitHub Desktop.
Save albionselimaj/7b5918eb63a75cc90bb0d26b95525f85 to your computer and use it in GitHub Desktop.
Skip checkout for free items
<?php
// Skip checkout for $0 listing packages
add_filter( 'mylisting\packages\free\skip-checkout', '__return_true' );
// Don't skip checkout for any listing package
add_filter( 'mylisting\packages\free\skip-checkout', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment