Skip to content

littlebizzy/disable-gutenberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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