scaffold-command/templates/plugin.mustache
2018-01-28 00:25:43 +05:30

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.