Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Created January 10, 2020 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanNutt/f4f70e44da40dd9102c4c6951bf0f273 to your computer and use it in GitHub Desktop.
Save RyanNutt/f4f70e44da40dd9102c4c6951bf0f273 to your computer and use it in GitHub Desktop.
WordPress plugin starter with heading
<?php
/**
* Plugin Name: Plugin Name
* Plugin URI: https://...
* Description: Description
* Version: 0.1.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Name
* Author URI: https://...
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: language-domain
* Domain Path: /lang
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment