html-notice-regenerating-thumbnails.php 618 B

12345678910111213
  1. <?php
  2. /**
  3. * Admin View: Notice - Regenerating thumbnails.
  4. */
  5. defined( 'ABSPATH' ) || exit;
  6. ?>
  7. <div id="message" class="updated woocommerce-message">
  8. <a class="woocommerce-message-close notice-dismiss" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'wc-hide-notice', 'regenerating_thumbnails' ), 'woocommerce_hide_notices_nonce', '_wc_notice_nonce' ) ); ?>"><?php _e( 'Cancel thumbnail regeneration', 'woocommerce' ); ?></a>
  9. <p><?php esc_html_e( 'Thumbnail regeneration is running in the background. Depending on the amount of images in your store this may take a while.', 'woocommerce' ); ?></p>
  10. </div>