42 lines
2.9 KiB
PHP
42 lines
2.9 KiB
PHP
|
|
<!-- Premium Features List -->
|
|
<div class="wmufs_card_mini wmufs_mb_20">
|
|
<h3 style="font-size: 20px; margin-bottom: 15px;"><?php echo esc_html__('Included in the Pro Extension:', 'wp-maximum-upload-file-size'); ?></h3>
|
|
<ul style="list-style: disc; padding-left: 20px; font-size: 15px; line-height: 1.7;">
|
|
<li><?php echo esc_html__('Set upload limits by user role', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Advanced system status dashboard', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Track total uploaded files per user', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Calculate total storage used', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Restrict file types by user role', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Premium support from our expert team', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Calculate file size in media list and grid', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('Maleware scane in media libreary', 'wp-maximum-upload-file-size'); ?></li>
|
|
<li><?php echo esc_html__('And many more enhancements to come!', 'wp-maximum-upload-file-size'); ?></li>
|
|
</ul>
|
|
<p>Pro Extention will keep your media library protected and clean</p>
|
|
<a href="https://codepopular.com/product/maxuploader/?utm_source=wp_dashboard&utm_medium=plugin&utm_campaign=pro_upgrade_button"
|
|
target="_blank"
|
|
class="button"
|
|
style="font-size: 15px; margin-top: 15px;">
|
|
<?php echo esc_html__('Learn More About Pro', 'wp-maximum-upload-file-size'); ?>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Create Support Ticket -->
|
|
<div class="wmufs_card_mini wmufs_mb_20">
|
|
<div class="support-ticket">
|
|
<h2><?php echo esc_html__('Do you need any free help?', 'wp-maximum-upload-file-size'); ?></h2>
|
|
<div class="support-buttons">
|
|
<a target="_blank" class="button" href="<?php echo esc_url_raw('https://wordpress.org/support/plugin/wp-maximum-upload-file-size/');?>">
|
|
<span class="dashicons dashicons-sos"></span> <?php echo esc_html__('Open Ticket', 'wp-maximum-upload-file-size'); ?>
|
|
</a>
|
|
<a target="_blank" class="button" href="<?php echo esc_url_raw('https://codepopular.com/contact/?utm_source=wp_dashboard&utm_medium=plugin&utm_campaign=contact_us_button');?>">
|
|
<span class="dashicons dashicons-email"></span> <?php esc_html_e('Contact Us', 'wp-maximum-upload-file-size'); ?>
|
|
</a>
|
|
<a target="_blank" class="button button-primary" href="<?php echo esc_url_raw('https://ko-fi.com/codepopular');?>">
|
|
<span class="dashicons dashicons-smiley"></span> <?php esc_html_e('Buy Me a Coffee', 'wp-maximum-upload-file-size'); ?>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|