dashboard
3 years ago
buy-template.php
2 years ago
buy.php
2 years ago
login.php
3 years ago
no-customer.php
3 years ago
product-canvas.php
3 years ago
product-canvas.php
16 lines
| 1 | <!DOCTYPE html> |
| 2 | <html <?php language_attributes(); ?>> |
| 3 | <head> |
| 4 | <meta charset="<?php bloginfo( 'charset' ); ?>" /> |
| 5 | <?php wp_head(); ?> |
| 6 | </head> |
| 7 | |
| 8 | <body <?php body_class(); ?>> |
| 9 | <?php wp_body_open(); ?> |
| 10 | |
| 11 | <?php echo surecart_get_the_block_template_html( $content ); // phpcs:ignore WordPress.Security.EscapeOutput ?> |
| 12 | |
| 13 | <?php wp_footer(); ?> |
| 14 | </body> |
| 15 | </html> |
| 16 |