Skip to content

Commit

Permalink
Syntax Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkoc committed Jan 21, 2019
1 parent 745a801 commit f298367
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
/*

/**
* Plugin Name: Wordpress Test Template Plugin
* Version: 1.0.0
* Description: Dummy plugin to pass wordpress testing
Expand All @@ -11,8 +12,14 @@
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0
*/

/**
* Wordpress Test Template function
*
* @return bool
*/
function wordpresstesttemplate(){
return true;
}
//dummy plugin test

wordpresstesttemplate();

0 comments on commit f298367

Please sign in to comment.