Created
November 3, 2016 19:19
-
-
Save juniorthiesen/415cab31beaf2578f333035dcc2fa566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WooCommerce | |
* -------------------------- | |
* Remover a barra de admin dos clientes | |
*/ | |
if (!current_user_can('administrator')): | |
show_admin_bar(false); | |
endif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment