[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentythree/patterns/ -> footer-default.php (source)

   1  <?php
   2  /**
   3   * Title: Default Footer
   4   * Slug: twentytwentythree/footer-default
   5   * Categories: footer
   6   * Block Types: core/template-part/footer
   7   */
   8  ?>
   9  <!-- wp:group {"layout":{"type":"constrained"}} -->
  10  <div class="wp-block-group">
  11      <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  12      <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)">
  13          <!-- wp:site-title {"level":0} /-->
  14          <!-- wp:paragraph {"align":"right"} -->
  15          <p class="has-text-align-right">
  16          <?php
  17          printf(
  18              /* Translators: WordPress link. */
  19              esc_html__( 'Proudly powered by %s', 'twentytwentythree' ),
  20              '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentythree' ) ) . '" rel="nofollow">WordPress</a>'
  21          )
  22          ?>
  23          </p>
  24          <!-- /wp:paragraph -->
  25      </div>
  26      <!-- /wp:group -->
  27  </div>
  28  <!-- /wp:group -->


Generated : Fri Apr 26 08:20:02 2024 Cross-referenced by PHPXref