While I quite like the admin bar I actually want it to be OFF by default instead of ON ( I don’t want to disable it altogether because I want users to be able to turn it on if they want – but but I don’t want to have to manually turn it off for every user ) Is there a way to implement this.
Leave a Reply
You must be logged in to post a comment.
Place in theme functions file or you can make into a plugin.
Once user registers it will go and set the users admin bar prefs to false. The user can then, once logged in, set this to true.
This finally works: