Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Last active December 21, 2022 15:33
Show Gist options
  • Save jeremyfelt/2991491ba5fa586ab0b70dbb76d88db3 to your computer and use it in GitHub Desktop.
Save jeremyfelt/2991491ba5fa586ab0b70dbb76d88db3 to your computer and use it in GitHub Desktop.
Restore Shortnotes blocks
<?php
add_action( 'init', function() {
remove_filter( 'allowed_block_types', 'ShortNotes\PostType\Note\filter_allowed_block_types' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment