| @@ -1,11 +1,5 @@ | ||
| 1 | -<?php | |
| 2 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 3 | - exit; | |
| 4 | -} | |
| 5 | -// phpcs:disable WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet -- HTML email body cannot use wp_enqueue_style(). | |
| 6 | -// phpcs:disable PluginCheck.CodeAnalysis.Offloading.OffloadedContent -- Email clients require absolute URLs for fonts/images. | |
| 7 | -?><!DOCTYPE html> | |
| 1 | +<!DOCTYPE html> | |
| 8 | 2 | <html lang="en"> |
| 9 | 3 | <head> |
| 10 | 4 | <meta charset="UTF-8"> |
| 11 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |