Skip to content

Instantly share code, notes, and snippets.

@AndreFCAmorim
Created November 6, 2022 15:42
Show Gist options
  • Save AndreFCAmorim/39d8a16afff22ac8b3cb97c60479150b to your computer and use it in GitHub Desktop.
Save AndreFCAmorim/39d8a16afff22ac8b3cb97c60479150b to your computer and use it in GitHub Desktop.
Disable Widget Blocks on WordPress
<?php
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