=')) { // The absolute path to the main file of this plugin. global $pluginFilePath; $pluginFilePath = __FILE__; include dirname(__FILE__) . '/opcacheBootstrap.php'; include_once dirname(__FILE__) . '/freeBootstrap.php'; } else { if (!function_exists('wpstg_unsupported_php_version')) { function wpstg_unsupported_php_version() { echo '
'; echo '

' . esc_html__('PHP Version not supported', 'wp-staging') . '

'; echo '

' . sprintf(esc_html__('WP STAGING requires PHP %s or higher. Your site is running an outdated version of PHP (%s), which requires an update. If you can not upgrade WordPress, install WP STAGING 2.16.0 which supports PHP 5.6.', 'wp-staging'), '7.0', esc_html(phpversion())) . '

'; echo '
'; } } add_action('wpstg.admin_notices', 'wpstg_unsupported_php_version'); }