Skip to content

Instantly share code, notes, and snippets.

@nextab
Created March 7, 2025 11:19
Show Gist options
  • Save nextab/49d487e131f3f6e69cfd0986ddf976b7 to your computer and use it in GitHub Desktop.
Save nextab/49d487e131f3f6e69cfd0986ddf976b7 to your computer and use it in GitHub Desktop.
Kurzes Snippet für die functions.php des Child Themes in WordPress, um den Gutenberg Block Editor für Beiträge zu deaktivieren.
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