footer.php 994 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Footer
  4. *
  5. * @package Videomaker
  6. */
  7. return array(
  8. 'title' => __( 'Footer', 'videomaker' ),
  9. 'categories' => array( 'videomaker' ),
  10. 'content' => '<!-- wp:columns {"align":"wide"} -->
  11. <div class="wp-block-columns alignwide"><!-- wp:column -->
  12. <div class="wp-block-column">
  13. <!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"footer","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"lineHeight":"1"}}} /-->
  14. </div>
  15. <!-- /wp:column -->
  16. <!-- wp:column -->
  17. <div class="wp-block-column"><!-- wp:paragraph {"align":"right","style":{"typography":{"lineHeight":1.4}},"fontSize":"extra-small"} -->
  18. <p class="has-text-align-right has-extra-small-font-size" style="line-height:1.4">'. esc_html__( '© Gary Han 2021', 'videomaker' ) . '<br>' . esc_html__( 'Creative Director', 'videomaker' ) . '</p>
  19. <!-- /wp:paragraph --></div>
  20. <!-- /wp:column --></div>
  21. <!-- /wp:columns -->',
  22. );