Skip to content

Instantly share code, notes, and snippets.

@juniorthiesen
Created November 3, 2016 19:19
Show Gist options
  • Save juniorthiesen/415cab31beaf2578f333035dcc2fa566 to your computer and use it in GitHub Desktop.
Save juniorthiesen/415cab31beaf2578f333035dcc2fa566 to your computer and use it in GitHub Desktop.
/**
* 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