wp_back/wp-content/plugins/wp-smushit/app/views/dashboard/bulk/media-lib-empty.php
2024-05-20 15:37:46 +03:00

11 lines
560 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="sui-notice sui-notice-info">
<div class="sui-notice-content">
<div class="sui-notice-message">
<span class="sui-notice-icon sui-icon-info sui-md" aria-hidden="true"></span>
<p><?php esc_html_e( 'We havent found any images in your media library yet so theres no compression to be done!', 'wp-smushit' ); ?></p>
</div>
</div>
</div>
<a class="sui-button sui-button-blue" href="<?php echo esc_url( admin_url( 'media-new.php' ) ); ?>">
<?php esc_html_e( 'UPLOAD IMAGES', 'wp-smushit' ); ?>
</a>