'axton-padding-0', 'label' => esc_html__( 'No Padding', 'axton' ), ) ); //Wp Block Button Style register_block_style( 'core/button', array( 'name' => 'axton-button', 'label' => esc_html__( 'Plain', 'axton' ), ) ); } add_action( 'init', 'axton_register_block_styles' ); }