Created
September 3, 2014 02:47
-
-
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
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 | |
# 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