https://github.com/jayhill90/disable-gutenberg-notification
Simple plugin to remove the Try Gutenberg notification on WordPress 4.8+
https://github.com/jayhill90/disable-gutenberg-notification
Last synced: 9 months ago
JSON representation
Simple plugin to remove the Try Gutenberg notification on WordPress 4.8+
- Host: GitHub
- URL: https://github.com/jayhill90/disable-gutenberg-notification
- Owner: jayhill90
- Created: 2019-01-03T23:38:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T23:49:19.000Z (about 7 years ago)
- Last Synced: 2025-02-07T21:43:58.499Z (11 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=== Disable Gutenberg Notification ===
Contributors: jayhill
Tags: gutenberg
Requires at least: 4.8
Tested up to: 5.0.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This disables the nag to try Gutenberg for those not wanting to update to 5.0 yet.
== Description ==
Some users may not want clients or others to accidentally Try Gutenberg. This disables the giant notification that Core has used to get people to test it out.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. git clone into wp-content/plugins/
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Why'd you make this? =
Because someone asked if there was one on Twitter.
== Changelog ==
= 1.0 =
* Initial release