Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created May 10, 2021 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/2fbbd8be618f6649b92f02cb233fbc0d to your computer and use it in GitHub Desktop.
Save lukecav/2fbbd8be618f6649b92f02cb233fbc0d to your computer and use it in GitHub Desktop.
Disable the block editor in widgets in WordPress 5.8
add_filter( 'wp_use_widgets_block_editor', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment