scaffold-command/templates/plugin.mustache
Thoriq Firdaus f3b9ce481a Revert "fix phpcs warnings plugin"
This reverts commit a926994cef.
2018-02-18 16:26:13 +07:00

15 lines
369 B
Text

<?php
/**
* Plugin Name: {{plugin_name}}
* Plugin URI: {{plugin_uri}}
* Description: {{plugin_description}}
* Author: {{plugin_author}}
* Author URI: {{plugin_author_uri}}
* Text Domain: {{textdomain}}
* Domain Path: /languages
* Version: 0.1.0
*
* @package {{plugin_package}}
*/
// Your code starts here.