Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Created December 8, 2019 12:16
Show Gist options
  • Save maheshwaghmare/3b1187ecb94612983e2c49d92d7fc0df to your computer and use it in GitHub Desktop.
Save maheshwaghmare/3b1187ecb94612983e2c49d92d7fc0df to your computer and use it in GitHub Desktop.
Sample WordPress plugin init file.
<?php
/**
* Plugin Name: PLUGIN NAME HERE
* Plugin URI: PLUGIN SITE HERE
* Description: PLUGIN DESCRIPTION HERE
* Author: YOUR NAME HERE
* Author URI: YOUR SITE HERE
* Text Domain: PLUGIN TEXT DOMAIN HERE
* Domain Path: /languages
* Version: 0.1.0
*
* @package PLUGIN PACKAGE HERE
*/
// Your code starts here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment