UNPKG

411 Bapplication/x-httpd-phpView Raw
1<?php
2/*
3Plugin Name: WordPress.org Plugin
4Plugin URI: https://developer.wordpress.org/plugins/the-basics/
5Description: Basic WordPress Plugin Header Comment
6Version: 1.0.0
7Author: WordPress.org
8Author URI: https://developer.wordpress.org/
9License: GPL2
10License URI: https://www.gnu.org/licenses/gpl-2.0.html
11Text Domain: wporg
12Domain Path: /languages
13*/
14
15define( 'MY_PLUGIN_VERSION', '1.0.0' );