[
'title' => 'Welcome '. $current_user->display_name,
'icon' => '',
'breadcrumbs' => '
Dashboard',
],
'changelog' => [
'title' => 'Changelog',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'Changelog',
],
'plugins' => [
'title' => 'Plugins',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'Plugins',
],
'status' => [
'title' => 'System status',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'System status',
],
'support' => [
'title' => 'Manual & Support',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'Manual & Support',
],
'tools' => [
'title' => 'Tools',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'Tools',
],
'websites' => [
'title' => 'Pre-built websites',
'icon' => '',
'breadcrumbs' => ''.apply_filters('betheme_label', 'Betheme').'Pre-built websites',
],
];
// dashboard
if( get_option('show_avatars') == 1 && get_option('avatar_default') != 'blank' ){
$pages['dashboard']['icon'] = '';
} else {
$pages['dashboard']['icon'] = '';
}
?>