howto: disable gutenberg - all wp sites 18 apr 2018 plugin classic-editor freeze WP at 4.9.x or use ClassicPress ....................................................... do: maybe nothing - Looks like everything is already in place to do that. ...................................................... Use it (classic editor?) as an MU plugin: Put the plugin folder in wp-content/mu-plugins Put a file in your mu-plugins folder that contains the following: ')) { // WP > 5 beta add_filter('use_block_editor_for_post_type', '__return_false', 100); } else { // WP < 5 beta add_filter('gutenberg_can_edit_post_type', '__return_false'); } -- https://wordpress.stackexchange.com/questions/321069/wordpress-5-upgrade-until-when-is-it-safe-to-keep-project-running-in-4-x ....................................................... info: https://wordpress.org/plugins/classic-editor/ https://github.com/WordPress/gutenberg/issues/4409 the longterm plans for it involve the ability to edit all aspects of your website. :/ https://webdevstudios.com/2018/01/02/existing-content-affected-wordpress-gutenberg/ Yoast's view of the issues: https://yoast.com/gutenberg-alternative-approach/ https://www.google.com/search?dq=how+to+disable+gutenberg+editor+wordpress https://duckduckgo.com/?q=how+to+disable+gutenberg+editor+wordpress _______________________________________________________ since: 18 apr 2018 -- 0 --