gravity-forms-custom-post-types icon indicating copy to clipboard operation
gravity-forms-custom-post-types copied to clipboard

Adding a filter to control the title of taxonomies.

Open Vaince opened this issue 9 years ago • 0 comments
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.

Vaince avatar Mar 22 '16 10:03 Vaince