Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spivurno/f6e235e6e2acbb2b8b5f to your computer and use it in GitHub Desktop.
Save spivurno/f6e235e6e2acbb2b8b5f to your computer and use it in GitHub Desktop.
Gravity Wiz // Gravity Perks // GP Limit Choices // Only count approved payments towards limit
<?php
# Apply to all forms
add_filter( 'gwlc_approved_payments_only', '__return_true' );
# Apply to specific form (i.e. form ID #1)
add_filter( 'gwlc_approved_payments_only_1', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment