pluign updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-10 01:42:20 +00:00
parent a86524a6b1
commit 346d3f0531
8 changed files with 97 additions and 42 deletions

View File

@@ -49,14 +49,14 @@ class Igny8Admin {
* Add admin menu pages
*/
public function add_menu_pages() {
// Add main menu page
// Add main menu page with dashicons (most reliable method)
add_menu_page(
__('IGNY8', 'igny8-bridge'),
__('IGNY8', 'igny8-bridge'),
'manage_options',
'igny8-dashboard',
array($this, 'render_page'),
plugins_url('admin/assets/images/logo-icon.png', IGNY8_BRIDGE_PLUGIN_FILE),
'dashicons-cloud-saved',
58
);