Filename: gpep-tokens-for-partial-entries.php
gpep-tokens-for-partial-entries.php
<?php /** * Gravity Perks // Easy Passthrough // Generate Token for Partial Entries * https://gravitywiz.com/documentation/gravity-forms-easy-passthrough/ */ add_action( 'gform_partialentries_post_entry_saved', function( $partial_entry ) { if ( is_callable( 'gp_easy_passthrough' ) ) { gp_easy_passthrough()->filter_gform_entry_post_save( $partial_entry ); } }, 9 );
Your email address will not be published. Required fields are marked *
Comment *
Notify me of followup comments via e-mail
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.
Δ