Created
March 7, 2025 20:26
-
-
Save jodzeee/d63ba9bc2ec3e426ca4e75c03ea737d1 to your computer and use it in GitHub Desktop.
Gravity Forms - Remove Required Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'gform_required_legend', '__return_empty_string' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment