patronage / bubs-next

Headless Wordpress + Next.js Project scaffolding
https://bubs-next.vercel.app
MIT License
37 stars 10 forks source link

Disable gutenberg w/o plugin #266

Closed chrisherold closed 1 year ago

chrisherold commented 1 year ago

We can remove both the Gutenberg Ramp and Classic Editor plugins and replace with this line in functions.php

// Disable Gutenberg Block Editor
add_filter('use_block_editor_for_post', '__return_false');