Dashboard
PHP:
8.4.22
OS:
Linux
User:
adsvisc
/
/
home
/
adsvisc
/
www
/
wp-content
/
themes
/
twentytwenty
/
assets
/
js
馃摛 Upload
馃摑 New File
馃搧 New Folder
Close
Editing: editor-script-block.js
/** * Remove squared button style * * @since Twenty Twenty 1.0 */ /* global wp */ wp.domReady( function() { wp.blocks.unregisterBlockStyle( 'core/button', 'squared' ); } );
Save
Cancel