?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/divi-contact-form-helper/d4/app/Admin/template/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/divi-contact-form-helper/d4/app/Admin

?? Viewing: documentation-widget.php

<div class="postbox">
    <h3 class="activity-block">
        <span class="dashicons dashicons-book"></span> <?php echo esc_html__('Documentation', 'divi-contact-form-helper'); ?>
    </h3>
    <div class="inside">
        <p class="text-justify"><?php echo esc_html__('Be sure to reference our documentation area for instructions on how to use all the settings and features.', '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/docs/divi-contact-form-helper/',
                esc_html__('View Documentation', 'divi-contact-form-helper')
            )
        );
        ?>
    </div>
</div>


??

??