| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Heading and bird image 4 * 5 * This pattern is used only for translation 6 * and to reference a dynamic image URL. It does 7 * not appear in the inserter. 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Two 11 * @since Twenty Twenty-Two 1.0 12 */ 13 14 return array( 15 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 16 'inserter' => false, 17 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"layout":{"inherit":true}} --> 18 <div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px;"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem))","lineHeight":"1.15"}}} --> 19 <h2 class="alignwide" style="font-size:var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem));line-height:1.15">' . wp_kses_post( __( '<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo' ) ) . '</h2> 20 <!-- /wp:heading --></div> 21 <!-- /wp:group --> 22 23 <!-- wp:image {"align":"full","width":2400,"height":1020,"sizeSlug":"full","linkDestination":"none"} --> 24 <figure class="wp-block-image alignfull size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="2400" height="1020"/></figure> 25 <!-- /wp:image -->', 26 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 1 08:20:18 2026 | Cross-referenced by PHPXref |