Skip to content

Instantly share code, notes, and snippets.

@blogjunkie
Created June 23, 2022 05:58
Show Gist options
  • Save blogjunkie/07f8005a93b056dfac8d89c84c950d35 to your computer and use it in GitHub Desktop.
Save blogjunkie/07f8005a93b056dfac8d89c84c950d35 to your computer and use it in GitHub Desktop.
Restore Classic Widgets
<?php // Don't copy this line
function example_theme_support() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'example_theme_support' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment