laybuy-page-template.php 789 B

12345678910111213141516171819
  1. <?php if ( ! defined( 'ABSPATH' ) ) {
  2. exit; // Exit if accessed directly
  3. }
  4. ?><!DOCTYPE html>
  5. <html <?php language_attributes(); ?>>
  6. <head>
  7. <meta name="viewport" content="width=device-width" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta name="robots" content="noindex, nofollow" />
  10. <title><?php _e( 'What is Laybuy?', 'woo_laybuy' ); ?></title>
  11. <link rel="stylesheet" href="<?php echo esc_url( str_replace( array( 'http:', 'https:' ), '', WC_LAYBUY_PLUGIN_URL ) . '/assets/css/laybuy-iframe.css' ); ?>" type="text/css" />
  12. </head>
  13. <body>
  14. <div class="laybuy-content-container">
  15. <iframe src="<?php echo do_shortcode('[laybuy_iframe_src]') ?>"></iframe>
  16. </div>
  17. </body>
  18. </html>