mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
Adding a version constant
This commit is contained in:
parent
923fbaf0c8
commit
5af56b19a5
2 changed files with 7 additions and 2 deletions
|
@ -30,6 +30,8 @@ if ( ! defined( 'WPINC' ) ) {
|
|||
die;
|
||||
}
|
||||
|
||||
define( PLUGIN_VERSION, '1.0.0' );
|
||||
|
||||
/**
|
||||
* The code that runs during plugin activation.
|
||||
* This action is documented in includes/class-plugin-name-activator.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue