芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-php.php
=' ); } /** * Display incompatibility message on admin screen. * * @return void */ public static function php_version_nope() { printf( '
%s
', wp_kses( sprintf( /* translators: 1: Redux Framework, 2: Required PHP version number, 3: Current PHP version number, 4: URL of PHP update help page */ __( 'The %1$s plugin requires PHP version %2$s or higher. This site is running PHP version %3$s. The theme/plugin that relies on Redux will not run properly without a PHP update.
Learn about updating PHP
.', 'redux-framework' ), 'Redux Framework', '
7.4.0
', '
' . PHP_VERSION . '
', 'https://wordpress.org/support/update-php/' ), array( 'a' => array( 'href' => array(), ), 'strong' => array(), ) ) ); } } }