=')) {
            @wp_die(sprintf('
', sprintf('Smart Slider 3 requires PHP version 7.0+, plugin is currently NOT RUNNING. Current PHP version: %1$s. %2$s%2$s Consult your host about %3$s upgrading your PHP version%4$s.', PHP_VERSION, '
', '', '')));
        } else if (!version_compare(get_bloginfo('version'), '5.0', '>=')) {
            @wp_die(sprintf('', 'Smart Slider 3 requires WordPress version 5.0+. Because you are using an earlier version, the plugin is currently NOT RUNNING.'));
        } else if (!defined('NONCE_SALT')) {
            @wp_die(sprintf('', 'NONCE_SALT constant is missing from the wp-config.php file.', sprintf('%1$sMake sure it is defined.%2$s', '', '')));
        }
    }
}
if (!function_exists('smartslider3_fail_php_version')) {
    function smartslider3_fail_php_version() {
        $html_message = sprintf('', sprintf('Smart Slider 3 requires PHP version 7.0+, plugin is currently NOT RUNNING. Current PHP version: %1$s. %2$s%2$s Consult your host about %3$s upgrading your PHP version%4$s.', PHP_VERSION, '
', '', ''));
        echo wp_kses_post($html_message);
    }
}
if (!function_exists('smartslider3_fail_wp_version')) {
    function smartslider3_fail_wp_version() {
        $html_message = sprintf('', 'Smart Slider 3 requires WordPress version 5.0+. Because you are using an earlier version, the plugin is currently NOT RUNNING.');
        echo wp_kses_post($html_message);
    }
}
if (!function_exists('smartslider3_fail_nonce_salt')) {
    function smartslider3_fail_nonce_salt() {
        $html_message = sprintf('', 'NONCE_SALT constant is missing from the wp-config.php file.', sprintf('%1$sMake sure it is defined.%2$s', '', ''));
        echo wp_kses_post($html_message);
    }
}