We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0810081 commit be215cbCopy full SHA for be215cb
plugin.php
@@ -0,0 +1,15 @@
1
+<?php
2
+/**
3
+ * My WordPress plugin.
4
+ *
5
+ * @wordpress-plugin
6
7
+ * Plugin Name: My WordPress Plugin
8
+ * Description: A project skeleton useful for starting a new WordPress plugin
9
+ * Version: 0.1.0-alpha1
10
+ * Author: Me
11
+ * License: GNU General Public License v3.0
12
+ * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
+ * Text Domain: plugin
14
+ * Domain Path: /languages
15
+ */
0 commit comments