'button-outline-hover', 'label' => __('Hover: Outline', 'brandium') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-opacity', 'label' => __('Hover: Opacity', 'brandium') ) ); } add_action('init', 'brandium_register_block_styles'); }