esc_html__( 'Twenty Twenty', 'twentytwenty' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Call to Action. register_block_pattern( 'twentytwenty/call-to-action', array( 'title' => esc_html__( 'Call to Action', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( '', array( '', '
', '
', '

' . esc_html__( 'Support the Museum and Get Exclusive Offers', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.', 'twentytwenty' ) . '

', '', '', '', '
', '
', '', ) ), ) ); // Double Call to Action. register_block_pattern( 'twentytwenty/double-call-to-action', array( 'title' => esc_html__( 'Double Call to Action', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( '', array( '', '
', '
', '
', '

' . esc_html__( 'The Museum', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'Award-winning exhibitions featuring internationally-renowned artists.', 'twentytwenty' ) . '

', '', '', '', '
', '
', '', '', '
', '
', '

' . esc_html__( 'The Store', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'An awe-inspiring collection of books, prints, and gifts from our exhibitions.', 'twentytwenty' ) . '

', '', '', '', '
', '
', '
', '', ) ), ) ); // Event Details. register_block_pattern( 'twentytwenty/event-details', array( 'title' => esc_html__( 'Event Details', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( '', array( '', '
', '
', '
', '

' . wp_kses_post( __( 'Dates
Aug 1 — Dec 1', 'twentytwenty' ) ) . '

', '
', '', '', '
', '

' . wp_kses_post( __( 'Location
Exhibit Hall B', 'twentytwenty' ) ) . '

', '
', '', '', '
', '

' . wp_kses_post( __( 'Price
Included', 'twentytwenty' ) ) . '

', '
', '
', '
', '', ) ), ) ); // Featured Content. register_block_pattern( 'twentytwenty/featured-content', array( 'title' => esc_html__( 'Featured Content', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( '', array( '', '
', '
', '
' . esc_attr__( 'Abstract Rectangles', 'twentytwenty' ) . '
', '', '', '

' . esc_html__( 'Works and Days', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'August 1 — December 1', 'twentytwenty' ) . '

', '', '', '', '
', '', '', '
', '
' . esc_attr__( 'Abstract Rectangles', 'twentytwenty' ) . '
', '', '', '

' . esc_html__( 'The Life I Deserve', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'August 1 — December 1', 'twentytwenty' ) . '

', '', '', '', '
', '
', '', ) ), ) ); // Introduction. register_block_pattern( 'twentytwenty/introduction', array( 'title' => esc_html__( 'Introduction', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( '', array( '', '

' . esc_html__( 'The Premier Destination for Modern Art in Sweden', 'twentytwenty' ) . '

', '', '', '

' . esc_html__( 'With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political, and philosophical issues are intrinsic to our program. As visitor, you are invited to guided tours artist talks, lectures, film screenings, and other events with free admission.', 'twentytwenty' ) . '

', '', ) ), ) ); }