Created
March 7, 2025 11:19
-
-
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.
This file contains hidden or 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
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