'green-link', 'label' => 'Accent Link', ) ); register_block_style( 'core/button', array( 'name' => 'white-link', 'label' => 'White Link', ) ); register_block_style( 'core/columns', array( 'name' => 'border-col', 'label' => 'Border Cols', ) ); register_block_style( 'core/image', array( 'name' => 'corners', 'label' => 'Round Corners', ) ); register_block_style( 'core/list', array( 'name' => 'check-list', 'label' => 'Accent Check', ) ); register_block_style( 'core/media-text', array( 'name' => 'rounded', 'label' => 'Rounded', ) ); register_block_style( 'core/media-text', array( 'name' => 'corners', 'label' => 'Round Corners', ) ); register_block_style( 'core/navigation-link', array( 'name' => 'green-button', 'label' => 'Accent Button', ) ); } add_action( 'init', 'bergify_register_block_styles' );