esc_html__( 'BlogSquare', 'blogsquare' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Large Text. register_block_pattern( 'blogsquare/large-text', array( 'title' => esc_html__( 'Large text', 'blogsquare' ), 'categories' => array( 'blogsquare' ), 'viewportWidth' => 1440, 'content' => '

' . esc_html__( 'A new blog theme for WordPress', 'blogsquare' ) . '

', ) ); }