File "html-notice-secure-connection.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php
File
size: 692 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('ABSPATH') || exit;
?>
<div id="message" class="updated woocommerce-message">
<a class="woocommerce-message-close notice-dismiss" href="<?php
echo esc_url(wp_nonce_url(add_query_arg('wc-hide-notice', 'no_secure_connection'), 'woocommerce_hide_notices_nonce', '_wc_notice_nonce'));
?>"><?php
esc_html_e('Dismiss', 'woocommerce');
?></a>
<p>
<?php
echo wp_kses_post(sprintf(__('Your store does not appear to be using a secure connection. We highly recommend serving your entire website over an HTTPS connection to help keep customer data secure. <a href="%s">Learn more here.</a>', 'woocommerce'), 'https://docs.woocommerce.com/document/ssl-and-https/'));
?>
</p>
</div>