gravity-forms-custom-post-types
gravity-forms-custom-post-types copied to clipboard
Adding a filter to control the title of taxonomies.
trafficstars
The new filter 'gfcp_taxonomy_text' take two args : the default name and the term itself. With that you can change the label's text. You could for example use $term->description instead of the default $term->name.