diff --git a/functions.php b/functions.php index 7875563a38..a7503ffedb 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,9 @@ * @package Neve */ -define( 'NEVE_VERSION', '4.2.8' ); +if ( ! defined( 'NEVE_VERSION' ) ) { + define( 'NEVE_VERSION', '4.2.8' ); +} define( 'NEVE_INC_DIR', trailingslashit( get_template_directory() ) . 'inc/' ); define( 'NEVE_ASSETS_URL', trailingslashit( get_template_directory_uri() ) . 'assets/' ); define( 'NEVE_MAIN_DIR', get_template_directory() . '/' );