Skip to content

Instantly share code, notes, and snippets.

@midi9x
midi9x / function.php
Created March 8, 2019 04:31
Disable Block Editor (Gutenberg) and use the previous WordPress Editor
<?php
// Add this to function.php
add_filter('use_block_editor_for_post', '__return_false');