Skip to content

Commit 01c2bb7

Browse files
authored
gpep-delete-passthrough-entry-after-submission.php: Updated description to disambiguate from a similar snippet.
1 parent bb603da commit 01c2bb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gp-easy-passthrough/gpep-delete-passthrough-entry-after-submission.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
* Instruction Video: https://www.loom.com/share/91866484b97248d5bf6a2db576d11957
77
*
88
* Delete the entry passed through via the EP token after the target form has been submitted.
9+
*
10+
* **Note:** This differs from the [Delete Token After Use][1] snippet in that it fully deletes the passed through
11+
* entry rather than only deleting the token and preserving the entry.
12+
*
13+
* [1]: https://gravitywiz.com/snippet-library/gpep-delete-token-after-use/
914
*/
1015
add_filter( 'gform_after_submission', function() {
1116
if ( rgget( 'ep_token' ) && is_callable( 'gp_easy_passthrough' ) ) {

0 commit comments

Comments
 (0)