44 lines
1.5 KiB
PHP
44 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Support terms view.
|
|
*
|
|
* @since 2.0.0
|
|
*/
|
|
?>
|
|
<div class="wu--mt-7">
|
|
<p><?php _e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-ultimo'); ?></p>
|
|
|
|
<ul class="support-available">
|
|
<li class="wu-text-green-700">
|
|
<span class="dashicons-wu-check"></span>
|
|
<?php _e('Availability of the author to answer questions', 'wp-ultimo'); ?>
|
|
</li>
|
|
<li class="wu-text-green-700">
|
|
<span class="dashicons-wu-check"></span>
|
|
<?php _e('Answering technical questions about item features', 'wp-ultimo'); ?>
|
|
</li>
|
|
<li class="wu-text-green-700">
|
|
<span class="dashicons-wu-check"></span>
|
|
<?php _e('Assistance with reported bugs and issues', 'wp-ultimo'); ?>
|
|
</li>
|
|
</ul>
|
|
|
|
<p><?php _e('Support <strong>DOES NOT</strong> Include:', 'wp-ultimo'); ?></p>
|
|
|
|
<ul class="support-unavailable">
|
|
<li class="wu-text-red-500">
|
|
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
|
<?php _e('Customization services', 'wp-ultimo'); ?>
|
|
</li>
|
|
<li class="wu-text-red-500">
|
|
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
|
<?php _e('Installation services', 'wp-ultimo'); ?>
|
|
</li>
|
|
<li class="wu-text-red-500">
|
|
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
|
<?php _e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-ultimo'); ?>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|