<?php
echo esc_attr( get_option('wordpress_api_key'
) ); ?>" class="<?php
echo esc_attr( 'regular-text code ' .
$akismet_user->status
); ?>"></span>
</div>
</div>
<?php
endif; ?>
<?php
if ( isset( $_GET['ssl_status'
] ) ) : ?>
<div class="akismet-settings__row">
<div class="akismet-settings__row-text">
<h3 class="akismet-settings__row-title"><?php
esc_html_e( 'SSL status', 'akismet'
); ?></h3>
<div class="akismet-settings__row-description">
<?php
if ( !
wp_http_supports( array
( 'ssl'
) ) ) : ?>
<strong><?php
esc_html_e( 'Disabled.', 'akismet'
); ?></strong>
<?php
esc_html_e( 'Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.', 'akismet'
); ?>
<?php
else : ?>
<?php
$ssl_disabled =
get_option( 'akismet_ssl_disabled'
); ?>
<?php
if ( $ssl_disabled ) : ?>
<strong><?php
esc_html_e( 'Temporarily disabled.', 'akismet'
); ?></strong>
<?php
esc_html_e( 'Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.', 'akismet'
); ?>
<?php
else : ?>
<strong><?php
esc_html_e( 'Enabled.', 'akismet'
); ?></strong>
<?php
esc_html_e( 'All systems functional.', 'akismet'
); ?>