Cant get title to show up on my new tabs.
-
Im using the plugin and im making some new tabs but the label isn’t populating. the code is below. Only the “page” “advanced” and “help” show up. `$prefix = ‘eto_’;
/* —————————————-
* Create the TABS
—————————————– */$eto_custom_tabs = array(
array(
‘label’=> __(‘Page’, ‘eto’),
‘id’ => $prefix.’page’
),
array(
‘label’=> __(‘Advanced’, ‘eto’),
‘id’ => $prefix.’advanced’
),
array(
‘label’=> _(‘General’, ‘eto’),
‘id’ => $prefix.’general’
),
array(
‘label’=> _(‘Slideshow’, ‘eto’),
‘id’ => $prefix.’slideshow’
),);`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cant get title to show up on my new tabs.’ is closed to new replies.