1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

Inline doc

This commit is contained in:
Ipstenu (Mika Epstein) 2017-11-27 14:09:08 -08:00 committed by GitHub
parent 696db21ed7
commit 95844fec48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,11 @@ if ( ! defined( 'WPINC' ) ) {
die; die;
} }
/**
* Currently pligin version.
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'PLUGIN_NAME_VERSION', '1.0.0' ); define( 'PLUGIN_NAME_VERSION', '1.0.0' );
/** /**