oont-contents/plugins/wp-staging/constantsFree.php
2025-02-08 15:10:23 +01:00

11 lines
227 B
PHP

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