From: Laury GvR Date: Wed, 8 Aug 2018 20:00:12 +0000 (-0400) Subject: Fix option for displaying custom field section name on contact list X-Git-Tag: v1.0.19^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=20e6e729f00b7e570266a63366ed1fd86d222333;p=WP-Themes%2Fmigcsa.git Fix option for displaying custom field section name on contact list --- 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)}