__( 'Bigwigs Patterns', 'bigwigs' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Post Grid register_block_pattern( 'bigwigs/post-grid', array( 'title' => esc_html__( 'Post Grid', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '
', ) ); // Team member or Author box register_block_pattern( 'bigwigs/author-box', array( 'title' => esc_html__( 'Author / Team member', 'bigwigs' ), 'categories' => array( 'bigwigs' ), 'viewportWidth' => 1440, 'content' => '

'. esc_html__( 'Manager', 'bigwigs' ) .'

'. esc_html__( 'George McDonnell', 'bigwigs' ) .'

'. esc_html__( 'Ralesuada tempus risus, ut ullamcorper risus elementum.', 'bigwigs' ) .'

', ) ); }