Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sc0ttkclark/admin-bar-disabler
Admin Bar Disabler plugin for WordPress
https://github.com/sc0ttkclark/admin-bar-disabler
Last synced: 19 days ago
JSON representation
Admin Bar Disabler plugin for WordPress
- Host: GitHub
- URL: https://github.com/sc0ttkclark/admin-bar-disabler
- Owner: sc0ttkclark
- License: gpl-2.0
- Created: 2014-09-12T17:35:33.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T18:38:45.000Z (over 2 years ago)
- Last Synced: 2024-10-09T04:41:16.316Z (about 1 month ago)
- Language: PHP
- Homepage: http://wordpress.org/plugins/admin-bar-disabler/
- Size: 1.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
=== Admin Bar Disabler ===
Contributors: sc0ttkclark
Donate link: https://www.scottkclark.com/
Tags: admin bar, admin menu, toolbar
Requires at least: 3.1
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 1.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html== Description ==
Pretty easy setup.. just install and activate it on the site of your choice (or network activate) and set up the settings however you'd like.
This plugin supports both Per-Site and Per-Network (WordPress Multisite) settings, so you can fine tune your options based on your needs.
Other plugins you might be interested in:
* Showing the Admin Bar in more cases - [Always Show Admin Bar plugin](http://wordpress.org/plugins/always-show-admin-bar/)
* Showing the Admin Bar to logged out users - [Logged Out Admin Bar plugin](http://wordpress.org/plugins/logged-out-admin-bar/)
* Customizing the Admin area based on role - [Adminimize](https://wordpress.org/plugins/adminimize/)== Frequently Asked Questions ==
= Admin Bar vs Toolbar =
When this feature first went out, it was called the Admin Bar but it shows up in other contexts as well so it eventually settled on being called the Toolbar.
Call it whatever you would like: Admin Bar, Toolbar, Admin Toolbar, or the Top WordPress Bar :) it's covered by this plugin.
== Installation ==
1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally
1. Upload to your site
1. Navigate to `wp-admin/plugins.php` on your site (your WP plugin page)
1. Activate this pluginOR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name
== Screenshots ==
1. **Admin Bar Disabler Settings** - Set up per-site settings or if this plugin is activated network-wide then you can also set up network-wide settings through the Network Admin.
== Changelog ==
= 1.4.2 - March 5th, 2022 =
* Fixed: Adjusted text for when to include roles/capabilities to be "Inclusion List" and when to exclude roles/capabilities to be "Exclusion List".
* Fixed: Updated compatibility with WP 5.9+
* Updated: Now requiring PHP 5.6+= 1.4.1 - March 2nd, 2020 =
* Fixed: Updated compatibility with WP 5.4+
* Fixed: Fix some HTML showing up on the page= 1.4 - September 3rd, 2018 =
* Fixed: Roles/capabilities exclusion list logic is no longer inverted
* Fixed: Set priority of show_admin_bar to 999 to prevent conflict with other plugins= 1.3 - January 8th, 2015 =
* Fixed: load_plugin_textdomain usage= 1.2 - August 4th, 2014 =
* Fixed: 3.x personal option for Admin Bar toggle= 1.1 - April 22nd, 2014 =
* Updated: Code refactor and logic cleanup
* Updated: Tested up to 3.9
* Fixed: Now showing admin bar when in admin area, previously hidden
* Fixed: Escape values in admin pages= 1.0.3 - September 7th, 2012 =
* Bug fix on button, tested up to 3.5= 1.0.2 - April 15th, 2011 =
* Localized plugin, thanks for the help from Anja Fokker= 1.0.1 - February 24th, 2011 =
* Bug fix for warnings and added additional help text to settings pages= 1.0 - February 24th, 2011 =
* Initial release