WP Plugin BP
<?php
/**
* Plugin Name: Name of plugin
* Plugin URI: http://mattsterp.com
* Description: Describe plugin here.
* Author: Matthew J Peters
* Author Uri: http://mattsterp.com
* Version: 0.0.1
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: name-of-plugin
* Domain Path:
*/
// Exit if accessed directly.
if ( ! defined('ABSPATH') ) {
exit;
}