Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove admin bar in buddypress 1.6.4

  • Avatar of shortoldtree
    shortoldtree
    Participant

    @shortoldtree

    Hey guys, I am looking to remove the admin bar on buddypress 1.6.4. I tried quite a few solutions I found on this forum and others but none seems to work with the latest buddypress version.

    So is there a way to disable to admin bar in 1.6.4 or is it not possible?

Viewing 1 replies (of 1 total)
  • Avatar of shortoldtree
    shortoldtree
    Participant

    @shortoldtree

    Just an update that using the following code in functions.php worked for me:

    add_filter(‘show_admin_bar’, ‘__return_false’);

    For anyone who wants to use this solution, just create a file named functions.php, add the above code, in your child theme folder and upload to your server.

    Please correct me if there is a better way to achieve this.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.