?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/divi-contact-form-helper/d5/server/Admin/template/widget/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/divi-contact-form-helper/d5/server/Admin/template

?? 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><?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>


??

??