[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwenty/assets/js/ -> editor-script-block.js (source)

   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  } );


Generated : Thu Mar 28 08:20:01 2024 Cross-referenced by PHPXref