We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gpep-delete-token-after-use.php
1 parent bc76c50 commit bb603daCopy full SHA for bb603da
gp-easy-passthrough/gpep-delete-token-after-use.php
@@ -4,6 +4,11 @@
4
* https://gravitywiz.com/documentation/gravity-forms-easy-passthrough/
5
*
6
* Delete the EP token that was used to populate a given form after that form is submitted.
7
+ *
8
+ * **Note:** This differs from the [Delete Passthrough Entry After Submission][1] snippet in that it only deletes the token, preserving
9
+ * the entry for your records.
10
11
+ * [1]: https://gravitywiz.com/snippet-library/gpep-delete-passthrough-entry-after-submission/
12
*/
13
add_filter( 'gform_after_submission', function() {
14
if ( rgget( 'ep_token' ) && is_callable( 'gp_easy_passthrough' ) ) {
0 commit comments