Created
January 20, 2021 01:03
-
-
Save mattneal-stafflink/edc17cf691bf8bc832fe2b512be4d6dd to your computer and use it in GitHub Desktop.
Disable 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
//Disables the Gutenberg editor and brings back the WYSIWYG editor. | |
add_filter('use_block_editor_for_post', '__return_false', 10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment