esc_html__( 'Sport', 'armando' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'armando/next-game', array( 'title' => esc_html__( 'Next game', 'armando' ), 'categories' => array( 'sport' ), 'content' => '

' . esc_html_x( 'Next game: April 15, 20:00 CEST', 'sample content', 'armando' ) . '

' . esc_html_x( 'Team A', 'sample content', 'armando' ) . '

' . esc_html_x( 'Team B', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/game-results', array( 'title' => esc_html__( 'Latest Result', 'armando' ), 'categories' => array( 'sport' ), 'content' => '

' . esc_html_x( 'Team A', 'sample content', 'armando' ) . '

' . esc_html_x( '3-1', 'sample content, match result', 'armando' ) . '

' . esc_html_x( 'Team B', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/event-list', array( 'title' => __( 'List of results or upcoming games', 'armando' ), 'categories' => array( 'sport' ), 'content' => '

' . esc_html_x( 'April 8', 'sample content', 'armando' ) . '

' . esc_html_x( 'Friendly', 'sample content', 'armando' ) . '

' . esc_html_x( 'Team A', 'sample content', 'armando' ) . '

' . esc_html_x( '3-1', 'sample content, game result', 'armando' ) . '

' . esc_html_x( 'Team B', 'sample content', 'armando' ) . '

' . esc_html_x( 'April 1', 'sample content', 'armando' ) . '

' . esc_html_x( 'Cup Semifinal', 'sample content', 'armando' ) . '

' . esc_html_x( 'Team B', 'sample content', 'armando' ) . '

' . esc_html_x( '0-1', 'sample content, game result', 'armando' ) . '

' . esc_html_x( 'Team A', 'sample content', 'armando' ) . '

' . esc_html_x( 'March 25', 'sample content', 'armando' ) . '

' . esc_html_x( 'Team B', 'sample content', 'armando' ) . '

' . esc_html_x( '1-1', 'sample content, game result', 'armando' ) . '

' . esc_html_x( 'Team A', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/player-profile', array( 'title' => __( 'Player profile', 'armando' ), 'categories' => array( 'sport' ), 'content' => '

' . esc_html_x( 'First name', 'sample content', 'armando' ) . '

' . esc_html_x( 'Last name', 'sample content', 'armando' ) . '

' . esc_html_x( 'Position', 'sample content', 'armando' ) . '

' . esc_html_x( '#1 (Replace with shirt number)', 'sample content', 'armando' ) . '


' . esc_html_x( 'Stats', 'sample content', 'armando' ) . '

' . esc_html_x( 'Born:', 'sample content', 'armando' ) . '

' . esc_html_x( 'Height:', 'sample content', 'armando' ) . '
' . esc_html_x( 'Weight:', 'sample content', 'armando' ) . '

' . esc_html_x( 'Games:', 'sample content', 'armando' ) . '
' . esc_html_x( 'Goals:', 'sample content', 'armando' ) . '
' . esc_html_x( 'Saves:', 'sample content', 'armando' ) . '

' . esc_html_x( 'Seasons: 2019-', 'sample content', 'armando' ) . '

' . esc_html_x( 'Previous Clubs:', 'sample content', 'armando' ) . '


' . esc_html_x( 'Biography', 'sample content', 'armando' ) . '

' . esc_html_x( 'Lorem Ipsum', 'sample content', 'armando' ) . '

' . esc_html_x( 'Gallery', 'sample content', 'armando' ) . '

', ) ); }