Files
medicalalert-web-reloaded/wp/wp-content/plugins/imagify/views/part-bulk-optimization-newbie.php
2024-09-25 09:25:31 -04:00

21 lines
809 B
PHP
Raw Permalink 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.

<?php
defined( 'ABSPATH' ) || die( 'Cheatin uh?' );
?>
<div class="imagify-bulk-table imagify-newbie">
<p class="imagify-new-feature"><?php _e( 'New Feature!', 'imagify' ); ?></p>
<div class="imagify-table-header imagify-flex imagify-vcenter">
<div class="imagify-th-titles imagify-flex imagify-vcenter">
<span class="dashicons dashicons-admin-plugins"></span>
<div class="imagify-th-titles">
<p class="imagify-th-title"><?php _e( 'Optimize the images from your site\'s folders', 'imagify' ); ?></p>
</div>
</div>
<div class="imagify-th-action">
<a class="hide-if-no-js button imagify-button-secondary" href="<?php echo esc_url( get_imagify_admin_url() ); ?>#custom-folders">
<?php esc_html_e( 'Choose your folders to optimize', 'imagify' ); ?>
</a>
</div>
</div>
</div>