array(
'name' => __('Google API Code', 'woocommerce-settings-code'),
'type' => 'title',
'desc' => 'To check the address do we use a Google API.
Here is an explanation to request a Google API Code
This plugin requires access to Google Maps Geocoding.',
'id' => 'wc_settings_tab_demo_section_title'
),
'title' => array(
'name' => __('Google Api code', 'woocommerce-settings-tab-code'),
'type' => 'text',
'css' => 'min-width:350px;',
'desc' => __('Enter here your Google API code', 'woocommerce-settings-tab-demo'),
'id' => 'wcp_settings_api_code'
),
'section_end' => array(
'type' => 'sectionend',
'id' => 'wc_settings_tab_demo_section_end'
)
);
return apply_filters('wc_settings_tab_code_settings', $settings);
}
}