=== Disable Unused Block Editor Blocks === Contributors: kubiq Donate link: https://www.paypal.me/jakubnovaksl Tags: gutenberg, disable gutenberg blocks, manage blocks, find used and unused blocks Tested up to: 6.9 Requires at least: 5.6 Requires PHP: 5.6 Stable tag: 5.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Remove unused or unwanted blocks from Gutenberg block editor == Description == Disable Unused Block Editor Blocks is a must-have tool for any WordPress website built with Gutenberg Block Editor. Manage your blocks and enable or disable any block globally. But how would you know which block you can disable? What if you disable something that is used somewhere and it will break your website layout? No worries! This plugin will show you which block is already used in any post, page, custom post type or even in widgets and sidebars, so you can easily decide if it is safe to disable that block. PRO version features (BUY HERE): == Installation == 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress == Changelog == = 5.7 = * Tested on WP 6.9 = 5.6 = * Tested on WP 6.5 = 5.5 = * skip widgets scanning if current theme doesn't support widgets = 5.4 = * Tested on WP 6.4 = 5.3 = * Tested on WP 6.3 * PRO version promo notice = 5.2 = * fix for loading block icons = 5.1 = * JS fix to make it works with more plugins * PHP fix to make it works for blocks with missing title attribute = 5.0 = * teston on WP 6.1 * fix missing block categories * fix missing block icons * fix used status for ACF custom blocks * remove undefined block descriptions * hide category slug if same as name = 4.0 = * force type array for JS variable = 3.0 = * core improvements : better dependency management, simpler unregister script = 2.0 = * teston on WP 5.9 * fix loading for widgets screen and FSE editor * added minified JS version = 1.0 = * Release