????
| Current Path : /proc/thread-self/root/home/arabianr/public_html/wp-content/plugins/simplybook/config/ |
| Current File : //proc/thread-self/root/home/arabianr/public_html/wp-content/plugins/simplybook/config/menus.php |
<?php if (!defined('ABSPATH')) {
exit;
}
// The menu config can only be used AFTER or ON the 'init' hook.
return [
'general' => [
'id' => 'general',
'title' => __('General', 'simplybook'),
'has_settings' => false,
'groups' => [
[
'id' => 'authentication',
'title' => __('Authentication', 'simplybook'),
],
[
'id' => 'content',
'title' => __('Content', 'simplybook'),
]
],
],
'providers' => [
'id' => 'providers',
'title' => __('Service Providers', 'simplybook'),
'has_settings' => true,
'groups' => [
[
'id' => 'providers_list',
'title' => __('Manage Service Providers', 'simplybook'),
]
],
],
'services' => [
'id' => 'services',
'title' => __('Services', 'simplybook'),
'has_settings' => true,
'groups' => [
[
'id' => 'services_list',
'title' => __('Manage Services', 'simplybook'),
]
],
],
'design' => [
'id' => 'design',
'title' => __('Design', 'simplybook'),
'groups' => [
[
'id' => 'main',
'title' => __('Main settings', 'simplybook'),
'has_preview' => true,
],
[
'id' => 'theme',
'title' => __('Theme settings', 'simplybook'),
'has_preview' => true,
],
// [ // Removed since: NL14RSP2-219 - kept for reference
// 'id' => 'reviews',
// 'title' => __('Reviews shortcode', 'simplybook'),
// ],
// [ // Removed since: NL14RSP2-220 - kept for reference
// 'id' => 'booking',
// 'title' => __('Booking button widget', 'simplybook'),
// 'help' => __('The booking button shortcode can be placed anywhere in the page and it will automatically be added to the outermost edges of that page.', 'simplybook'),
// ],
],
],
'notifications' => [
'id' => 'notifications',
'title' => __('Notifications', 'simplybook'),
'url' => '/settings/templates',
],
'schedule' => [
'id' => 'schedule',
'title' => __('Schedule', 'simplybook'),
'url' => 'v2/management?hash=company-worktime/week',
],
'bookings' => [
'id' => 'bookings',
'title' => __('Bookings', 'simplybook'),
'url' => '/index/index',
],
];