An open API service indexing awesome lists of open source software.

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

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