We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Available to install" Block suggestions need to be unregistered from JavaScript with something like this, after the editor is instantiated:
wp.plugins.unregisterPlugin('block-directory')
Block patterns can be disabled with a PHP filter:
add_filter('should_load_remote_block_patterns', '__return_false');
The text was updated successfully, but these errors were encountered:
joemaller
No branches or pull requests
"Available to install" Block suggestions need to be unregistered from JavaScript with something like this, after the editor is instantiated:
Block patterns can be disabled with a PHP filter:
The text was updated successfully, but these errors were encountered: