[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Footer with navigation and copyright 4 */ 5 return array( 6 'title' => __( 'Footer with navigation and copyright', 'twentytwentytwo' ), 7 'categories' => array( 'footer' ), 8 'blockTypes' => array( 'core/template-part/footer' ), 9 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> 10 <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}}} --> 11 <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center"}} --> 12 <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> 13 <!-- /wp:navigation --> 14 15 <!-- wp:spacer {"height":50} --> 16 <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> 17 <!-- /wp:spacer --> 18 19 <!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"16px"}}} --> 20 <p class="has-text-align-center" style="font-size:16px">' . esc_html__( '© Site Title', 'twentytwentytwo' ) . '</p> 21 <!-- /wp:paragraph --></div> 22 <!-- /wp:group --></div> 23 <!-- /wp:group -->', 24 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |