芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
/** * Remove squared button style * * @since Twenty Twenty 1.0 */ /* global wp */ wp.domReady( function() { wp.blocks.unregisterBlockStyle( 'core/button', 'squared' ); } );