pluign updates
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user