Archived topic
Remove new widgets block editor
3 replies · Started by takkularapsis on July 21, 2021
Viewing posts 1–4 of 4
Hi,
I want to remove the new block ediotor in widgets. How do i do that? Thank you :)
Hi there,
try adding this PHP Snippet:
add_filter( 'use_widgets_block_editor', '__return_false' );
For reference:
https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/#using-a-filter
Thank you!
You're welcome
This archived topic is closed to new replies.