array( 'button-ghost' => __( 'Ghost', 'brahma' ), 'style-one' => __( 'Style 1', 'brahma' ), ), ); foreach ( $block_styles as $block => $styles ) { foreach ( $styles as $style_name => $style_label ) { register_block_style( $block, array( 'name' => $style_name, 'label' => $style_label, ) ); } } } add_action( 'init', BRAHMA_NS . 'brahma_register_block_styles' );