https://github.com/littlebizzy/disable-gutenberg
Disables block editor entirely
https://github.com/littlebizzy/disable-gutenberg
wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
Disables block editor entirely
- Host: GitHub
- URL: https://github.com/littlebizzy/disable-gutenberg
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2017-11-08T19:45:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T06:42:52.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:58:43.906Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/disable-gutenberg
- Size: 165 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Disable Gutenberg
Disables block editor entirely
## Changelog
### 1.1.0
* PBP v1.2.0
* disabled `wp-block-library` CSS stylesheet from frontend context
* `DISABLE_GUTENBERG` defined constant (default = true)
* tested with WP 5.1
### 1.0.0
* initial release
* tested with PHP 5.6 (for fatal errors only)
* tested with PHP 7.0
* tested with PHP 7.1
* tested with PHP 7.2
* uses PHP namespaces
* object-oriented codebase