mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
set plugin version as variable for enqueues to use
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
*/
|
||||
class Display_Featured_Image_Genesis_Common {
|
||||
|
||||
/**
|
||||
* current plugin version
|
||||
* @var string
|
||||
*/
|
||||
public static $version = '1.4.2';
|
||||
|
||||
/**
|
||||
* set and retreive variables for the featured image.
|
||||
* @return $item
|
||||
|
||||
Reference in New Issue
Block a user