Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Created December 8, 2019 12:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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