| 1 |
<div class="ultp-content-wrap"> |
| 2 |
<div class="ultp-helps-items"> |
| 3 |
<div class="ultp-helps-item ultp-admin-card"> |
| 4 |
<h4><?php _e('Documentations', 'ultimate-post'); ?></h4> |
| 5 |
<div><?php _e('Got a question? Read our super rich documentation and solve your problem ASAP.', 'ultimate-post'); ?></div> |
| 6 |
<a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://docs.wpxpo.com/docs/postx/getting-started/"><?php esc_html_e('Documentation', 'ultimate-post'); ?></a> |
| 7 |
</div> |
| 8 |
<div class="ultp-helps-item ultp-admin-card"> |
| 9 |
<h4><?php _e('Submit Your Review', 'ultimate-post'); ?></h4> |
| 10 |
<div><?php _e('Are you satisfied with this plugin? Submit your valuable review in Wordpress directory.', 'ultimate-post'); ?></div> |
| 11 |
<a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://wordpress.org/support/plugin/ultimate-post/reviews/#new-post"><?php esc_html_e('Leave a Review', 'ultimate-post'); ?></a> |
| 12 |
</div> |
| 13 |
<div class="ultp-helps-item ultp-admin-card"> |
| 14 |
<h4><?php _e('Need any Helps', 'ultimate-post'); ?></h4> |
| 15 |
<div><?php _e('Have you any questions? Our super fast support ninja is waiting for your problems.', 'ultimate-post'); ?></div> |
| 16 |
<a class="ultp-btn ultp-btn-transparent" target="_blank" |
| 17 |
href="<?php echo ultimate_post()->get_premium_link('https://www.wpxpo.com/contact/'); ?>"><?php esc_html_e('Submit a Ticket »', 'ultimate-post'); ?></a> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
</div><!--/helps--> |