Grundfunktionalität zum Senden von E-Mails
This commit is contained in:
@ -30,7 +30,7 @@ function add_custom_admin_bar_item() {
|
||||
'id' => 'kompass_gruppen',
|
||||
'title' => '<span class="ab-icon dashicons-groups"></span>' .
|
||||
'<span class="ab-label">' .__('Groups', BDP_LV_PLUGIN_SLUG) . '</span>',
|
||||
'href' => 'admin.php?page=kompass-groups',
|
||||
'href' => get_admin_url() . 'admin.php?page=kompass-groups',
|
||||
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user