oont-contents/plugins/wp-staging/constantsFree.php
2025-02-10 13:57:45 +01:00

11 lines
227 B
PHP

<?php
// WP STAGING version number
if (!defined('WPSTG_VERSION')) {
define('WPSTG_VERSION', '4.0.0');
}
// Compatible up to WordPress Version
if (!defined('WPSTG_COMPATIBLE')) {
define('WPSTG_COMPATIBLE', '6.7.1');
}