Skip to content

Commit

Permalink
Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
powerbuoy committed Oct 3, 2019
1 parent e4832ed commit 41f21df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sleek-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@ function get_setting ($name) {
'label' => __('Google Maps API Key', 'sleek'),
'type' => 'text'
]);
add_setting('google_search_api_key', [
# TODO: Move to sleek-google-search
/* add_setting('google_search_api_key', [
'label' => __('Google Search API Key', 'sleek'),
'type' => 'text'
]);
add_setting('google_search_engine_id', [
'label' => __('Google Search Engine ID', 'sleek'),
'type' => 'text'
]);
]); */
add_setting('head_code', [
'label' => esc_html__('Code inside <head>', 'sleek'),
'type' => 'textarea'
Expand Down

0 comments on commit 41f21df

Please sign in to comment.