Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hirejordansmith/4c8e516ffe79491e47ad8084b1499fe9 to your computer and use it in GitHub Desktop.
Save hirejordansmith/4c8e516ffe79491e47ad8084b1499fe9 to your computer and use it in GitHub Desktop.
How to Add Support for Merge Tags in Gravity Form Labels
<?php
/**
* Gravity Wiz // Gravity Forms // Add Support for Merge Tags in Gravity Form Labels
* https://gravitywiz.com/add-support-for-merge-tags-gravity-form-labels/
*/
add_filter( 'gppc_replace_merge_tags_in_labels', '__return_true' );
@Abderrahimkht
Copy link

Hi Smith,
I hope you are doing well, i just wondering if i want to apply it for gravity forms, because i tried it but didn't work,
if there is another method please let me know thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment