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( 'feature-sections' ), 'content' => defined( 'BLOCKSTRAP_BLOCKS_VERSION' ) ? apply_filters( 'blockstrap_pattern_feature_home_default', '' ) : '

' . __( 'This is the blankest of blank themes, add your content here...', 'blockstrap' ) . '

', ) ); }