Descrição
Perfect for sites where there is only one admin who needs access to the dashboard and the admin bar.
When activated only administrators will see the admin bar.
This plugin is just a few lines of code. Specifically the line if(!current_user_can('administrator'))
determines who the admin bar is hidden for. Feel free to edit this to your needs. E.g. using
if(!current_user_can(‘edit_posts’)) will allow authors to view the admin bar as well.
This plugin has no settings and will not be updated often, so feel free to edit to your needs.
Instalação
- Upload the
hide-admin-bar-from-non-admins
directory to the/wp-content/plugins/
directory of your site. - Ative o plugin pelo menu “Plugins” no WordPress.
- Tweak the plugin code as needed. There are no settings, and this plugin will not be updated oftne.
Avaliações
Colaboradores e desenvolvedores
“Hide Admin Bar from Non-Admins” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Hide Admin Bar from Non-Admins” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.