| @@ -1,5 +1,11 @@ | ||
| 1 | -<!DOCTYPE html> | |
| 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> | |
| 2 | 8 | <html lang="en"> |
| 3 | 9 | <head> |
| 4 | 10 | <meta charset="UTF-8"> |
| 5 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |