appa dn plugin udpates for integrationa dn final touches
This commit is contained in:
@@ -79,15 +79,6 @@ class Igny8Admin {
|
||||
array($this, 'render_page')
|
||||
);
|
||||
|
||||
add_submenu_page(
|
||||
'igny8-connection',
|
||||
__('Data', 'igny8-bridge'),
|
||||
__('Data', 'igny8-bridge'),
|
||||
'manage_options',
|
||||
'igny8-data',
|
||||
array($this, 'render_page')
|
||||
);
|
||||
|
||||
add_submenu_page(
|
||||
'igny8-connection',
|
||||
__('Logs', 'igny8-bridge'),
|
||||
@@ -281,9 +272,6 @@ class Igny8Admin {
|
||||
case 'igny8-settings':
|
||||
$template_file = IGNY8_BRIDGE_PLUGIN_DIR . 'admin/pages/settings.php';
|
||||
break;
|
||||
case 'igny8-data':
|
||||
$template_file = IGNY8_BRIDGE_PLUGIN_DIR . 'admin/pages/data.php';
|
||||
break;
|
||||
case 'igny8-logs':
|
||||
$template_file = IGNY8_BRIDGE_PLUGIN_DIR . 'admin/pages/logs.php';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user