esc_html__( 'Feature Sections', 'blockstrap' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'blockstrap/feature-home-default', array( 'title' => esc_html__( 'Hero home', 'blockstrap' ), 'categories' => array( 'blockstrap-feature-sections' ), 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 'blockstrap_pattern_feature_home_default', '' ) : '

' . __( 'BlockStrap is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the BlockStrap page builder plugin.', 'blockstrap' ) . '

', ) ); }