Home › Forums › Support › Remove new widgets block editor This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 21, 2021 at 7:03 am #1864565 takkularapsis Hi, I want to remove the new block ediotor in widgets. How do i do that? Thank you 🙂 July 21, 2021 at 8:04 am #1864854 DavidStaff Customer Support 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 July 21, 2021 at 9:21 am #1864975 takkularapsis Thank you! July 21, 2021 at 9:39 am #1865002 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In