File "enable-mail.php"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/views/components/meta-box/enable-mail.php
File size: 698 bytes
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
use Wp_Statistics\Menus;
?>

<div class="wp-quickstats-widget__enable-email">
    <div class="wp-quickstats-widget__enable-email__desc"><span class="wp-quickstats-widget__enable-email__icon"></span>
        <div>
            <p><?php esc_html_e('Receive Weekly Email Reports', 'wp-statistics'); ?></p>
            <a href="<?php echo esc_url(Menus::admin_url('settings', ['tab' => 'notifications-settings'])) ?>" title="<?php esc_attr_e('Enable Now', 'wp-statistics'); ?>"><?php esc_html_e('Enable Now', 'wp-statistics'); ?></a>
        </div>
    </div>
    <div class="wp-quickstats-widget__enable-email__close"><span id="js-close-notice" class="wp-close" title="Close"></span></div>
</div>