[wp-hackers] any way to disable admin bar in 3.3?

Lee Rickler info at a5d.org
Mon Dec 12 10:21:04 UTC 2011


You can use - add_filter( 'show_admin_bar', '__return_false' );

This is an option that works in my CMS functions plugin:
http://wordpress.org/extend/plugins/point-and-stare-cms-functions/

BUT are you talking about front or back-end or both?

Lee Rickler
Director - Point and Stare - www.pointandstare.com
Online Development Agency

Tel: 020 7193 6109
Mob: 07788 544 369
Skype: pointandstareltd

Registered in England and Wales - No. 06537879

On 12 Dec 2011, at 10:16, fris wrote:

> Pre 3.3 im using add_filter( 'show_admin_bar', '__return_false' );
> 
> Anyway to do this in 3.3 to get rid of the admin bar, I noticed its removed
> from the user profile options page.
> 
> Thanks.
> 
> 
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list