Tagged Questions
1
vote
3answers
442 views
add logout button on admin side menu
I want to add a logout button on the side admin menu (because I disable the admin bar for the users). So I thought add_menu_page() is the way to do it, but how to add the link to the regarded ...