Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Last active May 24, 2026 20:28
Show Gist options
  • Select an option

  • Save albionselimaj/7b5918eb63a75cc90bb0d26b95525f85 to your computer and use it in GitHub Desktop.

Select an option

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' );
@megamind-cpu

Copy link
Copy Markdown

How to execute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment