?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/divi-contact-form-helper/app/Admin/template/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/divi-contact-form-helper/app/Admin

?? Viewing: support-widget.php

<div class="postbox">
    <h3 class="activity-block">
        <span class="dashicons dashicons-sos"></span> <?php echo esc_html__('Support', 'divi-contact-form-helper'); ?>
    </h3>
    <div class="inside">
        <p class="text-justify"><?php echo esc_html__('If you have a question not covered in the documentation, or if you face any technical issue, you can reach out to us on our support page.', 'divi-contact-form-helper'); ?></p>
        <?php
        printf(
            sprintf(
                '<a href="%1$s" class="button button-help button-primary" target="_blank">%2$s</a>',
                'https://www.peeayecreative.com/support/',
                esc_html__('Get Support', 'divi-contact-form-helper')
            )
        );
        ?>
    </div>
</div>


??

??