'aino-3col-list', 'label' => esc_html__( '3 Column List', 'aino' ), ) ); // Image with light border register_block_style( 'core/image', array( 'name' => 'aino-border-light', 'label' => esc_html__( 'Border Light', 'aino' ), ) ); // Image with dark border register_block_style( 'core/image', array( 'name' => 'aino-border-dark', 'label' => esc_html__( 'Border Dark', 'aino' ), ) ); } add_action( 'init', 'aino_register_block_styles' ); }