Hi all,
I’m using this on my wp-config file to disable the admin bar:
define(‘BP_DISABLE_ADMIN_BAR’, true);
Which works almost great, it removes the admin bar from the WP dashboards and from my theme’s front end when the user is logged out but it stills shows when I’m logged in on the frontend, I don’t know why, isn’t this constant supose to disable it altogether?
Thanks in advance.