Viewing File: /home/maglabs/sfakstar/wp-content/themes/kariez/inc/Helpers/Constants.php

<?php

namespace RT\Kariez\Helpers;

class Constants {

	const KARIEZ_VERSION = '1.0.0';

	public static function get_version() {
//		return WP_DEBUG ? time() : self::KARIEZ_VERSION;
		return time();
	}
}

Back to Directory File Manager