'seedlet-alternating-grid', 'label' => __( 'Alternating Grid', 'seedlet' ), 'style_handle' => 'seedlet-alternating-grid', ) ); register_block_style( 'a8c/blog-posts', array( 'name' => 'seedlet-alternating-grid', 'label' => __( 'Alternating Grid', 'seedlet' ), 'style_handle' => 'seedlet-alternating-grid', ) ); } add_action( 'init', 'seedlet_register_block_styles' ); }