Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/divi-contact-form-helper/app/Admin/template/
?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/divi-contact-form-helper/app/Admin
<div class="postbox">
<h3 class="activity-block">
<span class="dashicons dashicons-sos"></span> <?php echo esc_html__('Support', 'pwh-dcfh'); ?>
</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.', 'pwh-dcfh'); ?></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', 'pwh-dcfh')
)
);
?>
</div>
</div>