[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentytwo/inc/patterns/ -> general-video-header-details.php (source)

   1  <?php
   2  /**
   3   * Video with header and details 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'      => __( 'Video with header and details', 'twentytwentytwo' ),
  12      'categories' => array( 'featured', 'columns' ),
  13      'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"backgroundColor":"foreground","textColor":"secondary"} -->
  14                      <div class="wp-block-group alignfull has-secondary-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"align":"full","layout":{"inherit":true}} -->
  15                      <div class="wp-block-group alignfull"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->
  16                      <h1 class="alignwide" id="warble-a-film-about-hobbyist-bird-watchers-1" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post( __( '<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo' ) ) . '</h1>
  17                      <!-- /wp:heading -->
  18  
  19                      <!-- wp:spacer {"height":32} -->
  20                      <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  21                      <!-- /wp:spacer -->
  22  
  23                      <!-- wp:video {"align":"wide"} -->
  24                      <figure class="wp-block-video alignwide"><video controls src="' . esc_url( get_template_directory_uri() ) . '/assets/videos/birds.mp4"></video></figure>
  25                      <!-- /wp:video -->
  26  
  27                      <!-- wp:spacer {"height":32} -->
  28                      <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  29                      <!-- /wp:spacer -->
  30  
  31                      <!-- wp:columns {"align":"wide"} -->
  32                      <div class="wp-block-columns alignwide"><!-- wp:column {"width":"50%"} -->
  33                      <div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph -->
  34                      <p><strong>' . esc_html__( 'Featuring', 'twentytwentytwo' ) . '</strong></p>
  35                      <!-- /wp:paragraph --></div>
  36                      <!-- /wp:column -->
  37  
  38                      <!-- wp:column -->
  39                      <div class="wp-block-column"><!-- wp:paragraph -->
  40                      <p>' . wp_kses_post( __( 'Jesús Rodriguez<br>Doug Stilton<br>Emery Driscoll<br>Megan Perry<br>Rowan Price', 'twentytwentytwo' ) ) . '</p>
  41                      <!-- /wp:paragraph --></div>
  42                      <!-- /wp:column -->
  43  
  44                      <!-- wp:column -->
  45                      <div class="wp-block-column"><!-- wp:paragraph -->
  46                      <p>' . wp_kses_post( __( 'Angelo Tso<br>Edward Stilton<br>Amy Jensen<br>Boston Bell<br>Shay Ford', 'twentytwentytwo' ) ) . '</p>
  47                      <!-- /wp:paragraph --></div>
  48                      <!-- /wp:column --></div>
  49                      <!-- /wp:columns --></div>
  50                      <!-- /wp:group --></div>
  51                      <!-- /wp:group -->',
  52  );


Generated : Thu Jul 30 08:20:17 2026 Cross-referenced by PHPXref