<?php/** * Gravity Perks // Populate Anything // Allow All Live Merge Tags for a Specific Form * https://gravitywiz.com/documentation/gravity-forms-populate-anything/ */// Update "123" to your form ID.add_filter( 'gppa_allow_all_lmts_123', '__return_true' );