<?php
/**
* Plugin Name: My Plugin
* Description: Description of the plugin (140 characters)
* Plugin URI: URL to info about plugin
* Author URI: https://wp-kama.com
* Author: Kama
*
* Text Domain: Translation ID. E.g. my-plugin
* Domain Path: Path to MO file (relative to plugin folder)
*
* Requires PHP: 5.4
* Requires at least: 2.5
*
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*
* Network: true - activates the plugin for the whole network
* Version: 1.0
*/
// Plugin code starts here