: |
help_tip( esc_html__( 'Information about the web server that is currently hosting your site.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'The version of PHP installed on your hosting server.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
=' ) ) {
echo '' . esc_html( $environment['php_version'] ) . '';
} else {
$class = 'error';
if ( version_compare( $environment['php_version'], '5.6', '<' ) ) {
$notice = ' ' . __( 'Tutor will run under this version of PHP, however, it has reached end of life. We recommend using PHP version 7.2 or above for greater performance and security.', 'tutor' );
} elseif ( version_compare( $environment['php_version'], '7.2', '<' ) ) {
$notice = __( 'We recommend using PHP version 7.2 or above for greater performance and security.', 'tutor' );
$class = 'recommendation';
}
echo '' . esc_html( $environment['php_version'] ) . ' - ' . wp_kses_post( $notice ) . '';
}
?>
|
: |
help_tip( esc_html__( 'The largest filesize that can be contained in one post.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'The maximum number of variables your server can use for a single function to avoid overloads.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'The version of cURL installed on your server.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
' : '–';
?>
|
: |
help_tip( esc_html__( 'The version of MySQL installed on your hosting server.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
' .
/* Translators: %1$s: MySQL version, %2$s: Recommended MySQL version. */
sprintf( esc_html__( '%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s', 'tutor' ), esc_html( $environment['mysql_version_string'] ), '' . esc_html__( 'WordPress requirements', 'tutor' ) . '' ) .
'';
} else {
echo '' . esc_html( $environment['mysql_version_string'] ) . '';
}
?>
|
: |
help_tip( esc_html__( 'The largest filesize that can be uploaded to your WordPress installation.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
|
: |
help_tip( esc_html__( 'The default timezone for your server.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
' . sprintf( esc_html__( 'Default timezone is %s - it should be UTC', 'tutor' ), esc_html( $environment['default_timezone'] ) ) . '';
} else {
echo '';
}
?>
|
: |
help_tip( esc_html__( 'Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
';
} else {
echo '
' .
esc_html__( '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.', 'tutor' ) .
'';
}
?>
|
: |
help_tip( esc_html__( 'HTML/Multipart emails use DOMDocument to generate inline CSS in templates.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
';
} else {
echo '
' .
/* Translators: %s: classname and link. */
sprintf( esc_html__( 'Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument.', 'tutor' ), 'DOMDocument' ) .
'';
}
?>
|
: |
help_tip( esc_html__( 'GZip (gzopen) is used to open the GEOIP database from MaxMind.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
';
} else {
echo '
' .
/* Translators: %s: classname and link. */
sprintf( esc_html__( 'Your server does not support the %s function - this is required to use the GeoIP database from MaxMind.', 'tutor' ), 'gzopen' ) .
'';
}
?>
|
: |
help_tip( esc_html__( 'Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase.', 'tutor' ) ); //phpcs:ignore -- contain safe data ?> |
';
} else {
echo '
' .
/* Translators: %s: classname and link. */
sprintf( esc_html__( 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.', 'tutor' ), 'mbstring' ) .
'';
}
?>
|