| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Footer with text, title, and logo 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'Footer with text, title, and logo', 'twentytwentytwo' ), 12 'categories' => array( 'footer' ), 13 'blockTypes' => array( 'core/template-part/footer' ), 14 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"6rem"}}},"backgroundColor":"secondary","layout":{"inherit":true}} --> 15 <div class="wp-block-group alignfull has-secondary-background-color has-background" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:6rem"><!-- wp:columns {"align":"wide"} --> 16 <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33%"} --> 17 <div class="wp-block-column" style="flex-basis:33%"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 18 <p style="text-transform:uppercase">' . esc_html__( 'About us', 'twentytwentytwo' ) . '</p> 19 <!-- /wp:paragraph --> 20 21 <!-- wp:paragraph {"style":{"fontSize":"small"} --> 22 <p class="has-small-font-size">' . esc_html__( 'We are a rogue collective of bird watchers. We’ve been known to sneak through fences, climb perimeter walls, and generally trespass in order to observe the rarest of birds.', 'twentytwentytwo' ) . '</p> 23 <!-- /wp:paragraph --> 24 25 <!-- wp:spacer {"height":180} --> 26 <div style="height:180px" aria-hidden="true" class="wp-block-spacer"></div> 27 <!-- /wp:spacer --> 28 29 <!-- wp:site-title {"level":0} /--></div> 30 <!-- /wp:column --> 31 32 <!-- wp:column {"verticalAlignment":"bottom"} --> 33 <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:site-logo {"align":"right","width":60} /--></div> 34 <!-- /wp:column --></div> 35 <!-- /wp:columns --></div> 36 <!-- /wp:group -->', 37 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 8 08:20:21 2026 | Cross-referenced by PHPXref |