| : |
|
| : |
' . sprintf( __( '%1$s - We recommend a minimum PHP version of 5.6.', 'userswp' ), esc_html( $environment['php_version'] ) ) . '';
} else {
echo '' . esc_html( $environment['php_version'] ) . '';
}
?> |
| : |
|
| : |
|
| : |
|
| : |
|
| : |
' : '–'; ?> |
use_mysqli ) {
$ver = mysqli_get_server_info( $wpdb->dbh );
} else {
$ver = mysql_get_server_info();
}
if ( ! empty( $wpdb->is_mysql ) && ! stristr( $ver, 'MariaDB' ) ) : ?>
| : |
' . sprintf( __( '%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s', 'userswp' ), esc_html( $environment['mysql_version'] ), '' . __( 'WordPress requirements', 'userswp' ) . '' ) . '';
} else {
echo '' . esc_html( $environment['mysql_version'] ) . '';
}
?>
|
| : |
|
| : |
' . sprintf( __( 'Default timezone is %s - it should be UTC', 'userswp' ), $environment['default_timezone'] ) . '';
} else {
echo '';
} ?>
|
| : |
';
} else {
echo ' ' . __( 'Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.', 'userswp' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( 'Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected.', 'userswp' ), 'SoapClient' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( 'Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.', 'userswp' ), 'DOMDocument' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( 'Your server does not support the %s function - this is required to use the GeoIP database from MaxMind.', 'userswp' ), 'gzopen' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( 'Your server does not have enabled %s - this is required for image processing.', 'userswp' ), 'GD Library' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.', 'userswp' ), 'mbstring' ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( '%s failed. Contact your hosting provider.', 'userswp' ), 'wp_remote_post()' ) . ' ' . esc_html( $environment['remote_post_response'] ) . '';
} ?>
|
| : |
';
} else {
echo ' ' . sprintf( __( '%s failed. Contact your hosting provider.', 'userswp' ), 'wp_remote_get()' ) . ' ' . esc_html( $environment['remote_get_response'] ) . '';
} ?>
|
0) {
foreach ($rows as $row) {
if (!empty($row['success'])) {
$css_class = 'yes';
$icon = '';
} else {
$css_class = 'error';
$icon = '';
}
?>
|
:
|
|