From 20e6e729f00b7e570266a63366ed1fd86d222333 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 8 Aug 2018 16:00:12 -0400 Subject: [PATCH] Fix option for displaying custom field section name on contact list --- glm-member-db-contacts/views/front/contacts/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 40b2acf..3a5c6f6 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -440,7 +440,9 @@ and open the template in the editor. {/if}
-

{ get_option("glm_field_contact_tab_name")'}>

+

+ {apply_filters('get_glm_custom_field_tab_name', 'Custom Fields')} +

{$customFields = apply_filters('get_glm_custom_fields','glm-member-db-contacts',$contact.id)} -- 2.17.1