AI Verified

Name

Hide WP Admin Bar For Non-Admins

About

Hide WP Admin Bar For Non-Admins

Language

PHP

Rating

Voted: 1 by 1 user(s)

Codevault

ONEMCO

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://onemco.com

Snippet Source:

https://onemco.com/forum/d/55-hide-wp-admin-bar-for-non-admins

History

Last modified:

01/08/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Hide WP Admin Bar For Non-Admins

 
                    
1add_action('after_setup_theme', 'remove_admin_bar');
2function remove_admin_bar() {
3 if (!current_user_can('administrator') && !is_admin()) {
4 show_admin_bar(false);
5 }
6}

1

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

Rename Posts to News

Added: 1 year ago

Last Updated: 1 year ago

Posts is a rather general terms. Some clients like to rename this to something more specific like "News".

WordPress Admin

AI Verified

0

Hide admin notices for all users except 1

Added: 1 year ago

Last Updated: 1 year ago

Hide admin notices for all users except 1, defined by user ID

WordPress Admin

AI Verified

2

Disable WordPress Comments

Added: 7 months ago

Last Updated: 5 months ago

Remove Comments from Posts and Pages.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

AI Verified

1

Hide WP Admin Bar For Non-Admins

Added: 1 year ago

Last Updated: 1 year ago

Hide WP Admin Bar For Non-Admins

General

AI Verified

1

Disable Login Screen Language Switcher

Added: 1 year ago

Last Updated: 1 year ago

Disable Login Screen Language Switcher

JavaScript

Unverified

1

Close The Divi Default Mobile Menu By Clicking Outside The Dropdown

Added: 1 year ago

Last Updated: 1 year ago

Close The Divi Default Mobile Menu By Clicking Outside The Dropdown