From 360a72f11a5e1cf51dcdebf98bcdcf7ca5648145 Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Thu, 6 Feb 2025 15:38:42 -0500 Subject: [PATCH] Remove linting test code. --- plugin.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/plugin.php b/plugin.php index 7cd7eb1..c488a89 100644 --- a/plugin.php +++ b/plugin.php @@ -19,22 +19,3 @@ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; - -/** - * Initialize plugin functionality on WordPress init. - * Adds custom content to the site header. - * - * @return void - */ - -// Add action to wp_head to insert content in header. -add_action( - 'wp_head', - function() { - // Output custom meta tags or other header content. - if($name ==== 'test') { - - echo 'JUST A TEST'; - ] - } -);