Skip to content

Commit

Permalink
Remove linting test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Feb 6, 2025
1 parent db6bbee commit 360a72f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
]
}
);

0 comments on commit 360a72f

Please sign in to comment.