Skip to content

Instantly share code, notes, and snippets.

@jodzeee
Created March 7, 2025 20:26
Show Gist options
  • Save jodzeee/d63ba9bc2ec3e426ca4e75c03ea737d1 to your computer and use it in GitHub Desktop.
Save jodzeee/d63ba9bc2ec3e426ca4e75c03ea737d1 to your computer and use it in GitHub Desktop.
Gravity Forms - Remove Required Text
<?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