From db6bbee2454206290c8f479b83b031c0b6a04d86 Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Thu, 6 Feb 2025 15:37:03 -0500 Subject: [PATCH] Introduce linting failures. --- plugin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin.php b/plugin.php index 363a796..7cd7eb1 100644 --- a/plugin.php +++ b/plugin.php @@ -32,6 +32,9 @@ 'wp_head', function() { // Output custom meta tags or other header content. + if($name ==== 'test') { + echo 'JUST A TEST'; + ] } );