Skip to content

Instantly share code, notes, and snippets.

@paskcoltd
Forked from sareiodata/empty-wp-plugin.php
Last active June 22, 2020 04:13
Show Gist options
  • Select an option

  • Save paskcoltd/055b6d1aee3eba77c86b4e129b5635f3 to your computer and use it in GitHub Desktop.

Select an option

Save paskcoltd/055b6d1aee3eba77c86b4e129b5635f3 to your computer and use it in GitHub Desktop.

Revisions

  1. paskcoltd revised this gist Jun 22, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion empty-wp-plugin.php
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    <?php
    /**
    * Plugin Name: Name Of The Plugin
    * Plugin Name:自訂功能外掛[remove...]
    */
    // Start writing code after this line!
  2. paskcoltd revised this gist Jun 22, 2020. 1 changed file with 0 additions and 23 deletions.
    23 changes: 0 additions & 23 deletions empty-wp-plugin.php
    Original file line number Diff line number Diff line change
    @@ -1,28 +1,5 @@
    <?php
    /**
    * Plugin Name: Name Of The Plugin
    * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    * Description: A brief description of the Plugin.
    * Version: The Plugin's Version Number, e.g.: 1.0
    * Author: Name Of The Plugin Author
    * Author URI: http://URI_Of_The_Plugin_Author
    * License: A "Slug" license name e.g. GPL2
    */

    /* Copyright YEAR PLUGIN_AUTHOR_NAME (email : PLUGIN AUTHOR EMAIL)
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    */

    // Start writing code after this line!
  3. @sareiodata sareiodata created this gist Jul 2, 2014.
    28 changes: 28 additions & 0 deletions empty-wp-plugin.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <?php
    /**
    * Plugin Name: Name Of The Plugin
    * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    * Description: A brief description of the Plugin.
    * Version: The Plugin's Version Number, e.g.: 1.0
    * Author: Name Of The Plugin Author
    * Author URI: http://URI_Of_The_Plugin_Author
    * License: A "Slug" license name e.g. GPL2
    */

    /* Copyright YEAR PLUGIN_AUTHOR_NAME (email : PLUGIN AUTHOR EMAIL)
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    */

    // Start writing code after this line!