Fix option for displaying custom field section name on contact list
authorLaury GvR <laury@gaslightmedia.com>
Wed, 8 Aug 2018 20:00:12 +0000 (16:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 8 Aug 2018 20:00:12 +0000 (16:00 -0400)
glm-member-db-contacts/views/front/contacts/list.html

index 40b2acf..3a5c6f6 100644 (file)
@@ -440,7 +440,9 @@ and open the template in the editor.
 
                         {/if}
                                 <div class="custom-info section-container">
-                                    <h3 class="section-title">{ get_option("glm_field_contact_tab_name")'}></h3>
+                                        <h3 class="section-title">
+                                            {apply_filters('get_glm_custom_field_tab_name', 'Custom Fields')}
+                                        </h3>
                                     <div class="section-data">
                                         {$customFields = apply_filters('get_glm_custom_fields','glm-member-db-contacts',$contact.id)}