'bio-energy-padding-0', 'label' => esc_html__( 'No Padding', 'bio-energy' ), ) ); //Wp Block Post Author Style register_block_style( 'core/post-author', array( 'name' => 'bio-energy-post-author-card', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); //Wp Block Button Style register_block_style( 'core/button', array( 'name' => 'bio-energy-button', 'label' => esc_html__( 'Plain', 'bio-energy' ), ) ); //Post Comments Style register_block_style( 'core/post-comments', array( 'name' => 'bio-energy-post-comments', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); //Latest Comments Style register_block_style( 'core/latest-comments', array( 'name' => 'bio-energy-latest-comments', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); //Wp Block Table Style register_block_style( 'core/table', array( 'name' => 'bio-energy-wp-table', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); //Wp Block Pre Style register_block_style( 'core/preformatted', array( 'name' => 'bio-energy-wp-preformatted', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); //Wp Block Verse Style register_block_style( 'core/verse', array( 'name' => 'bio-energy-wp-verse', 'label' => esc_html__( 'Theme Style', 'bio-energy' ), ) ); } add_action( 'init', 'bio_energy_register_block_styles' ); }