[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 /** 2 * Remove squared button style 3 * 4 * @since Twenty Twenty 1.0 5 */ 6 /* global wp */ 7 wp.domReady( function() { 8 wp.blocks.unregisterBlockStyle( 'core/button', 'squared' ); 9 } );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 22 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |