Created
March 5, 2019 03:31
-
-
Save ahaywood/d84d7bb4ffe6b23985568f5a66ce4901 to your computer and use it in GitHub Desktop.
WP - Remove Gutenberg Editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* REMOVE GUTENBERG EDITOR | |
* Reference: https://kinsta.com/blog/disable-gutenberg-wordpress-editor/ | |
*/ | |
add_filter('use_block_editor_for_post', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment