芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/WordPress/Fail.php
getVar('page') == NEXTEND_SMARTSLIDER_3_URL_PATH) { if (!version_compare(PHP_VERSION, '7.0', '>=')) { wp_die(sprintf('
%s
', 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'), '4.9', '>=')) { wp_die(sprintf('
%s
', 'Smart Slider 3 requires WordPress version 4.9+. Because you are using an earlier version, the plugin is currently NOT RUNNING.')); } } } if (!function_exists('smartslider3_fail_php_version')) { function smartslider3_fail_php_version() { $html_message = sprintf('
%s
', 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('
%s
', 'Smart Slider 3 requires WordPress version 4.9+. Because you are using an earlier version, the plugin is currently NOT RUNNING.'); echo wp_kses_post($html_message); } }