Last active
March 5, 2023 17:19
-
-
Save Kodzhesyan/fd4f264e95577e466de217801f556142 to your computer and use it in GitHub Desktop.
Отключить Гутенберг в виджетах.
This file contains 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( 'gutenberg_use_widgets_block_editor', '__return_false' ); | |
add_filter( 'use_widgets_block_editor', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment