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