• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Disable WordPress administrator bar under 3.1 for all users

By Abhishek Ghosh March 8, 2011 5:28 am Updated on March 8, 2011

Disable WordPress administrator bar under 3.1 for all users

Advertisement

The 3.1 version of WordPress adds an administrator bar directly on the front end of your site. Although it can be disabled for each account, this tip will teach you how to delete it directly from functions.php.Disable WordPress administrator bar under 3.1 for all users

 

Go to the menu, then Appearance and then to Editor. In the right sided list, click the functions.php file.

However, we advise you to backup through an FTP client to easily make a copy of the file. You might get a blank page after saving as a result of the placement error code snippet:

Advertisement

---

 

 

function my_function_admin_bar () {
return false;
}
add_filter (˜show_admin_bar™, ˜my_function_admin_bar™);

 

Update: Many thanks to David of digitalraindrops for correcting the snippet.

 

So, just add these lines to the file – typically after a PHP function.

Otherwise, do not forget to frame tags <?php and ?> .

Remember to Update the file.

Go back to your site and verify that the administrator bar has disappeared. Also try a different user account to see the actual change.

 

The admin bar introduced since version 3.1 of WordPress may yet prove useful to the novice user but useless in some cases specific use of the platform.

Signature
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Disable WordPress administrator bar under 3.1 for all users

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • PHP Snippet to Hide AdSense Unit on WordPress 404 Page

    Here is Easy PHP Snippet to Hide AdSense Unit on WordPress 404 Page to Avoid Policy Violation and Decrease False Impression, False Low CTR.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarDigital Raindrops says

    April 13, 2011 at 8:50 pm

    Hi Abhishek,

    Have the function the wrong way around, the word function should come before the function name fatal error:

    Switch it round and it works fine:

    function my_function_admin_bar () {
    return false;
    }
    add_filter (‘show_admin_bar’, ‘my_function_admin_bar’);

    David

  2. AbhishekAbhishek says

    April 13, 2011 at 9:01 pm

    Thank you very much David for the correction.
    Its corrected now!

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • PowerAmp Settings for Higher Sound QualityOctober 4, 2023
  • Affordable Earphone/IEM for Audiophiles: HiFiMan RE-400 WaterlineOctober 2, 2023
  • What is Hardware Security Module (HSM)September 30, 2023
  • Transducer Technologies of HeadphonesSeptember 28, 2023
  • What is Analog-to-Digital Converter (ADC)September 27, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy