Logout link in dashboard panel (side menu)
-
Hello! I am trying to insert the link in the side panel menu (left side) for the user to log out. I already got the code and it works, but I can’t insert the icon. Can anyone adjust please? Thanks. The code is this:
add_action(‘admin_init’, ‘text_domain_logout_link’);
function text_domain_logout_link() {
global $menu;
$menu[9999] = array(__(‘Logout’), ‘read’, wp_logout_url());
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Logout link in dashboard panel (side menu)’ is closed to new replies.