b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/gutentor/assets/js/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/gutentor/assets/js/blocks-deactivate.js

let blocksStatus = GUTENTOR_BLOCKS.status;

if( typeof wp.blocks.unregisterBlockType !== "undefined" ){
	Object.keys( blocksStatus ).map( function( key ){
		if(blocksStatus[ key ] !== null) {
			if (blocksStatus[key] === 'disabled') {
				wp.domReady(() => {
					wp.blocks.unregisterBlockType('gutentor/' + key);
				});
			}
		}
	});
}

Copyright © 2019 by b0y-101