| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Two images with text block pattern 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'Two images with text', 'twentytwentytwo' ), 12 'categories' => array( 'featured', 'columns', 'gallery' ), 13 'content' => '<!-- wp:columns {"align":"wide"} --> 14 <div class="wp-block-columns alignwide"><!-- wp:column {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} --> 15 <div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"large"} --> 16 <figure class="wp-block-image size-large is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__( 'Illustration of a bird sitting on a branch.', 'twentytwentytwo' ) . '" width="984" height="1426"/></figure> 17 <!-- /wp:image --></div> 18 <!-- /wp:column --> 19 20 <!-- wp:column {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} --> 21 <div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"large"} --> 22 <figure class="wp-block-image size-large is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-green.jpg" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="984" height="1426"/></figure> 23 <!-- /wp:image --> 24 25 <!-- wp:spacer {"height":30} --> 26 <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div> 27 <!-- /wp:spacer --> 28 29 <!-- wp:heading {"fontSize":"x-large"} --> 30 <h2 class="has-x-large-font-size" id="screening">' . esc_html__( 'SCREENING', 'twentytwentytwo' ) . '</h2> 31 <!-- /wp:heading --> 32 33 <!-- wp:paragraph --> 34 <p>' . wp_kses_post( __( 'May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p> 35 <!-- /wp:paragraph --> 36 37 <!-- wp:spacer {"height":8} --> 38 <div style="height:8px" aria-hidden="true" class="wp-block-spacer"></div> 39 <!-- /wp:spacer --> 40 41 <!-- wp:spacer {"height":10} --> 42 <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div> 43 <!-- /wp:spacer --> 44 45 <!-- wp:buttons --> 46 <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground"} --> 47 <div class="wp-block-button"><a class="wp-block-button__link has-foreground-background-color has-background">' . esc_html__( 'Buy Tickets', 'twentytwentytwo' ) . '</a></div> 48 <!-- /wp:button --></div> 49 <!-- /wp:buttons --></div> 50 <!-- /wp:column --></div> 51 <!-- /wp:columns -->', 52 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 15 08:20:25 2026 | Cross-referenced by PHPXref |