'padding-0', 'label' => esc_html__( 'No Padding', 'blockmag' ), ) ); //Wp Block Columns Gap Zero register_block_style( 'core/columns', array( 'name' => 'have-gap-0', 'label' => esc_html__( 'Gap Zero', 'blockmag' ), ) ); //Wp Block Post Author Style register_block_style( 'core/post-author', array( 'name' => 'post-author-card', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Button Style register_block_style( 'core/button', array( 'name' => 'button', 'label' => esc_html__( 'Plain', 'blockmag' ), ) ); //Post Comments Style register_block_style( 'core/post-comments', array( 'name' => 'pro-post-comments', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Latest Comments Style register_block_style( 'core/latest-comments', array( 'name' => 'latest-comments', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Quote Style register_block_style( 'core/quote', array( 'name' => 'block-quote', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Pullquote style register_block_style( 'core/pullquote', array( 'name' => 'pullquote', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Table Style register_block_style( 'core/table', array( 'name' => 'wp-table', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Pre Style register_block_style( 'core/preformatted', array( 'name' => 'wp-preformatted', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); //Wp Block Verse Style register_block_style( 'core/verse', array( 'name' => 'wp-verse', 'label' => esc_html__( 'Theme Style', 'blockmag' ), ) ); } add_action( 'init', 'blockmag_register_block_styles' ); }