designedwith.php 683 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: Designed with
  4. * Slug: grammerone/designed-with
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:paragraph {"align":"left","style":{"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground"} -->
  10. <p class="has-text-align-left has-foreground-color has-text-color has-link-color">
  11. <?php
  12. /* Translators: WordPress link. */
  13. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'grammerone' ) ) . '" rel="nofollow">WordPress</a>';
  14. echo sprintf(
  15. esc_html__( 'Designed with %1$s', 'grammerone' ),
  16. $wordpress_link
  17. );
  18. ?>
  19. </p>
  20. <!-- /wp:paragraph -->