Dismiss try Gutenberg nag, dashboard widget, when it's activated, or automatically, if it's in mu-plugins directory.
Development for this plugin, takes place at GitHub, and Travis CI.
Dismiss Gutenberg Nag is the companion of Dismiss Welcome Panel Nag, and Dismiss Browser Update Nag.
Plugin approved in the repository of the directory on 2017-11-05.
neat trick, is to put this single file dismiss-gutenberg-nag php in the wp-content mu-plugins directory so you won't even have to enable it, and will be loaded by default, also, since first step installation of WordPress setup..
This, is different from the similar plugins, because uses the filter hook, and not the action hook.
Filters should information, thus receiving data, applying the filter and returning data, and then used.
WordPress defines remove filter as hooks function to filter action., and add action remove action as hooks function on to specific action...
The code of this plugin, is not written with framework, but with simple php editor, manually, UTF-8 without BOM, and Unix LF.
To avoid code corruption, do not edit it with WordPress embedded editor, or with any specifications incompatible editor..
Read more