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'; + ] } );