| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * About page on solid color background 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'About page on solid color background', 'twentytwentytwo' ), 12 'categories' => array( 'twentytwentytwo_pages' ), 13 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"1.25rem","right":"1.25rem","bottom":"1.25rem","left":"1.25rem"}}}} --> 14 <div class="wp-block-group alignfull" style="padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem"><!-- wp:cover {"overlayColor":"secondary","minHeight":80,"minHeightUnit":"vh","isDark":false,"align":"full"} --> 15 <div class="wp-block-cover alignfull is-light" style="min-height:80vh"><span aria-hidden="true" class="has-secondary-background-color has-background-dim-100 wp-block-cover__gradient-background has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"inherit":false,"contentSize":"400px"}} --> 16 <div class="wp-block-group"><!-- wp:spacer {"height":64} --> 17 <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div> 18 <!-- /wp:spacer --><!-- wp:heading {"style":{"typography":{"lineHeight":"1","textTransform":"uppercase","fontSize":"clamp(2.75rem, 6vw, 3.25rem)"}}} --> 19 <h2 id="edvard-smith" style="font-size:clamp(2.75rem, 6vw, 3.25rem);line-height:1;text-transform:uppercase">' . wp_kses_post( __( 'Edvard<br>Smith', 'twentytwentytwo' ) ) . '</h2> 20 <!-- /wp:heading --> 21 22 <!-- wp:spacer {"height":8} --> 23 <div style="height:8px" aria-hidden="true" class="wp-block-spacer"></div> 24 <!-- /wp:spacer --> 25 26 <!-- wp:paragraph {"fontSize":"small"} --> 27 <p class="has-small-font-size">' . esc_html__( 'Oh hello. My name’s Edvard, and you’ve found your way to my website. I’m an avid bird watcher, and I also broadcast my own radio show every Tuesday evening at 11PM EDT. Listen in sometime!', 'twentytwentytwo' ) . '</p> 28 <!-- /wp:paragraph --> 29 30 <!-- wp:spacer {"height":8} --> 31 <div style="height:8px" aria-hidden="true" class="wp-block-spacer"></div> 32 <!-- /wp:spacer --> 33 34 <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(--wp--preset--color--foreground)","className":"is-style-logos-only"} --> 35 <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> 36 37 <!-- wp:social-link {"url":"#","service":"twitter"} /--> 38 39 <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> 40 <!-- /wp:social-links --><!-- wp:spacer {"height":64} --> 41 <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div> 42 <!-- /wp:spacer --></div> 43 <!-- /wp:group --></div></div> 44 <!-- /wp:cover --></div> 45 <!-- /wp:group -->', 46 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 1 08:20:18 2026 | Cross-referenced by PHPXref |