芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php
W3 Total Cache requires PHP version 7.2.5 or above', 'w3-total-cache' ); return $m; } /** * Displays an activation error message for outdated PHP versions. * * This method outputs an error message and terminates execution if the PHP version does not meet the minimum requirements. * * @return void */ function w3tc_old_php_activate() { echo esc_html( w3tc_old_php_message() ); exit(); } /** * Adds an admin notice for outdated PHP versions. * * This method displays an error notice in the WordPress admin area, alerting users to update their PHP version to at least 7.2.5. * * @return void */ function w3tc_old_php_admin_notices() { ?>