Filename: gppa-lmt-whitelist.php
gppa-lmt-whitelist.php
<?php /** * Gravity Perks // Populate Anything // Add Live Merge Tag to Whitelist * https://gravitywiz.com/documentation/gravity-forms-populate-anything/ */ add_filter( 'gppa_lmt_whitelist', function( $whitelist, $form ) { $merge_tag = '{ip}'; $whitelist[ $merge_tag ] = wp_create_nonce( 'gppa-lmt-' . $form['id'] . '-' . $merge_tag ); return $whitelist; }, 10, 2 );
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.
Δ