initial commit

This commit is contained in:
2024-04-29 13:12:44 +05:45
commit 34887303c5
19300 changed files with 5268802 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<h3><?php _e('How to get Support?', $this->text_domain); ?></h3>
<p><?php _e('We know how important it is to our customers to have their questions and issues addressed as soon as possible. We currently offer support using the comments section of our items at CodeCanyon.', $this->text_domain); ?></p>
<p><?php printf(__('To get support to this plugin - <strong>%s</strong> -, click in the button below to post your comment:', $this->text_domain), $this->get_plugin_info('Name')); ?></p>
<p>
<a class="button button-primary" href="<?php echo $this->get_plugin_info('PluginURI'); ?>"><?php _e('Go to the comments section', $this->text_domain); ?></a>
</p>