[ 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   * Description: Footer with site title and powered by WordPress.
   8   */
   9  ?>
  10  <!-- wp:group {"layout":{"type":"constrained"}} -->
  11  <div class="wp-block-group">
  12      <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  13      <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)">
  14          <!-- wp:site-title {"level":0} /-->
  15          <!-- wp:paragraph {"align":"right"} -->
  16          <p class="has-text-align-right">
  17          <?php
  18          printf(
  19              /* Translators: WordPress link. */
  20              esc_html__( 'Proudly powered by %s', 'twentytwentythree' ),
  21              '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentythree' ) ) . '" rel="nofollow">WordPress</a>'
  22          )
  23          ?>
  24          </p>
  25          <!-- /wp:paragraph -->
  26      </div>
  27      <!-- /wp:group -->
  28  </div>
  29  <!-- /wp:group -->


Generated : Tue May 14 08:20:02 2024 Cross-referenced by PHPXref