Skip to content

Instantly share code, notes, and snippets.

@cristianraiber
Last active February 15, 2022 12:25
Show Gist options
  • Save cristianraiber/15f5e30b7d87c6cf8eeb04c475c5cd20 to your computer and use it in GitHub Desktop.
Save cristianraiber/15f5e30b7d87c6cf8eeb04c475c5cd20 to your computer and use it in GitHub Desktop.
proper-plugin-headers
<?php
/**
* Plugin Name: {Plugin_Name}
* Plugin URI: https://www.siteurl.com
* Description: {Short Description Message Goes here}
* Version: 1.0.0
* Author: WPChill
* Author URI: https://wpchill.com
* License: GPLv3 or Later
*
* Copyright {launched-year}-{current-year} WPChill heyyy@wpchill.com
*
* Original Plugin URI: http://site.com/plugin-url
* Original Author URI: http://site.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 3, 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
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment