diff --git a/functions.php b/functions.php index 89a863c..a0c1578 100644 --- a/functions.php +++ b/functions.php @@ -3,6 +3,11 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } + +if ( ! defined( 'NEVE_VERSION' ) ) { + define( 'NEVE_VERSION', wp_get_theme( get_template() )->get( 'Version' ) ); +} + if ( ! function_exists( 'neve_child_load_css' ) ): /** * Load CSS file.