D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sanghavirealty
/
www
/
themes
/
twentytwenty
/
assets
/
js
/
Filename :
editor-script-block.js
back
Copy
/** * Remove squared button style * * @since Twenty Twenty 1.0 */ /* global wp */ wp.domReady( function() { wp.blocks.unregisterBlockStyle( 'core/button', 'squared' ); } );